#9CAFEA

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

Shades of Perano #9CAFEA

Tints of Perano #9CAFEA

Color information

#9CAFEA (or 0x9CAFEA) is unknown color: approx Perano. HEX triplet: 9C, AF and EA. RGB value is (156,175,234). Sum of RGB (Red+Green+Blue) = 156+175+234=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFEA is #635015. Grayscale: #AFAFAF. Windows color (decimal): -6508566 or 15380380. OLE color: 15380380.

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

Color convert

RGB156175234-
CMYK0.330.2500.08
HSL225.38º65%76.47%-
HSV(B)225.38º33.33%91.76%-
XYZ43.8943.6783.96-
YUV176.04160.71113.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.61%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=27.61%
G=30.97%
B=41.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561752340.330.2500.08225.386576.47
Hex9CAFEA211908e1414c
Octal2342573524131010341101114
Binary10011100101011111110101010000111001010001110000110000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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