#95ADF8

Color #95ADF8 Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #95ADF8

Tints of Perano #95ADF8

Color information

#95ADF8 (or 0x95ADF8) is unknown color: approx Perano. HEX triplet: 95, AD and F8. RGB value is (149,173,248). Sum of RGB (Red+Green+Blue) = 149+173+248=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #95ADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95ADF8 is #6A5207. Grayscale: #AEAEAE. Windows color (decimal): -6967816 or 16297365. OLE color: 16297365.

HSL color Cylindrical-coordinate representation of color #95ADF8: hue angle of 225.45º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95ADF8 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB149173248-
CMYK0.400.3000.03
HSL225.45º87.61%77.84%-
HSV(B)225.45º39.92%97.25%-
XYZ44.2843.0594.78-
YUV174.37169.55109.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 26.14%
GREEN value IS 173 (67.97% from 255) = 30.35%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=26.14%
G=30.35%
B=43.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1491732480.400.3000.03225.4587.6177.84
Hex95ADF8281E03e1584e
Octal225255370503603341130116
Binary100101011010110111111000101000111100111110000110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ADF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95ADF8; }

 p { color: rgb(149,173,248); }

 H1.HeaderClassName
 {
   color: #95ADF8;
 }
 .AnyTagClassName
 {
   color: #95ADF8;
 }
</style>
background-color css

<style>
 a { background-color: #95ADF8; }

 a { background-color: rgb(149,173,248); }

 div.DivClassName
 {
   background-color: #95ADF8;
 }
 .BgClassName
 {
   background-color: #95ADF8;
 }
</style>
border-color css

<style>
 span { border-color: #95ADF8; }

 span { border-color: rgb(149,173,248); }

 td.TdClassName
 {
   border-color: #95ADF8;
 }
 .TagClassName
 {
   border-color: #95ADF8;
 }
</style>