#9CAFE8

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

Shades of Perano #9CAFE8

Tints of Perano #9CAFE8

Color information

#9CAFE8 (or 0x9CAFE8) is unknown color: approx Perano. HEX triplet: 9C, AF and E8. RGB value is (156,175,232). Sum of RGB (Red+Green+Blue) = 156+175+232=563 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.71% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #9CAFE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFE8 is #635017. Grayscale: #AFAFAF. Windows color (decimal): -6508568 or 15249308. OLE color: 15249308.

HSL color Cylindrical-coordinate representation of color #9CAFE8: hue angle of 225º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CAFE8 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156175232-
CMYK0.330.2500.09
HSL225º62.3%76.08%-
HSV(B)225º32.76%90.98%-
XYZ43.6143.5582.45-
YUV175.82159.71113.87-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.71%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 232 (91.02% from 255) = 41.21%
R=27.71%
G=31.08%
B=41.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1561752320.330.2500.0922562.376.08
Hex9CAFE8211909e13e4c
Octal234257350413101134176114
Binary1001110010101111111010001000011100101001111000011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CAFE8; }

 p { color: rgb(156,175,232); }

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

<style>
 a { background-color: #9CAFE8; }

 a { background-color: rgb(156,175,232); }

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

<style>
 span { border-color: #9CAFE8; }

 span { border-color: rgb(156,175,232); }

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