#9CAFE9

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

Shades of Perano #9CAFE9

Tints of Perano #9CAFE9

Color information

#9CAFE9 (or 0x9CAFE9) is unknown color: approx Perano. HEX triplet: 9C, AF and E9. RGB value is (156,175,233). Sum of RGB (Red+Green+Blue) = 156+175+233=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CAFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFE9 is #635016. Grayscale: #AFAFAF. Windows color (decimal): -6508567 or 15314844. OLE color: 15314844.

HSL color Cylindrical-coordinate representation of color #9CAFE9: hue angle of 225.19º degrees, saturation: 0.64, 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 #9CAFE9 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156175233-
CMYK0.330.2500.09
HSL225.19º63.64%76.27%-
HSV(B)225.19º33.05%91.37%-
XYZ43.7543.6183.2-
YUV175.93160.21113.78-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 233 (91.41% from 255) = 41.31%
R=27.66%
G=31.03%
B=41.31%

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
Decimal1561752330.330.2500.09225.1963.6476.27
Hex9CAFE9211909e1404c
Octal2342573514131011341100114
Binary10011100101011111110100110000111001010011110000110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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