#9CB9EA

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

Shades of Perano #9CB9EA

Tints of Perano #9CB9EA

Color information

#9CB9EA (or 0x9CB9EA) is unknown color: approx Perano. HEX triplet: 9C, B9 and EA. RGB value is (156,185,234). Sum of RGB (Red+Green+Blue) = 156+185+234=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #9CB9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB9EA is #634615. Grayscale: #B5B5B5. Windows color (decimal): -6506006 or 15382940. OLE color: 15382940.

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

Color convert

RGB156185234-
CMYK0.330.2100.08
HSL217.69º65%76.47%-
HSV(B)217.69º33.33%91.76%-
XYZ45.9147.7184.63-
YUV181.92157.39109.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 234 (91.80% from 255) = 40.70%
R=27.13%
G=32.17%
B=40.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1561852340.330.2100.08217.696576.47
Hex9CB9EA211508da414c
Octal2342713524125010332101114
Binary10011100101110011110101010000110101010001101101010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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