#9CAEEA

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

Shades of Perano #9CAEEA

Tints of Perano #9CAEEA

Color information

#9CAEEA (or 0x9CAEEA) is unknown color: approx Perano. HEX triplet: 9C, AE and EA. RGB value is (156,174,234). Sum of RGB (Red+Green+Blue) = 156+174+234=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 174 (68.36% from 255 or 30.85% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CAEEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAEEA is #635115. Grayscale: #AFAFAF. Windows color (decimal): -6508822 or 15380124. OLE color: 15380124.

HSL color Cylindrical-coordinate representation of color #9CAEEA: hue angle of 226.15º 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 #9CAEEA is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB156174234-
CMYK0.330.2600.08
HSL226.15º65%76.47%-
HSV(B)226.15º33.33%91.76%-
XYZ43.743.2883.89-
YUV175.46161.04114.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 174 (68.36% from 255) = 30.85%
BLUE value IS 234 (91.80% from 255) = 41.49%
R=27.66%
G=30.85%
B=41.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561742340.330.2600.08226.156576.47
Hex9CAEEA211A08e2414c
Octal2342563524132010342101114
Binary10011100101011101110101010000111010010001110001010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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