#9CBAE9

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

Shades of Perano #9CBAE9

Tints of Perano #9CBAE9

Color information

#9CBAE9 (or 0x9CBAE9) is unknown color: approx Perano. HEX triplet: 9C, BA and E9. RGB value is (156,186,233). Sum of RGB (Red+Green+Blue) = 156+186+233=575 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.13% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CBAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CBAE9 is #634516. Grayscale: #B6B6B6. Windows color (decimal): -6505751 or 15317660. OLE color: 15317660.

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

Color convert

RGB156186233-
CMYK0.330.2000.09
HSL216.62º63.64%76.27%-
HSV(B)216.62º33.05%91.37%-
XYZ45.9848.0783.95-
YUV182.39156.56109.18-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.13%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 233 (91.41% from 255) = 40.52%
R=27.13%
G=32.35%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1561862330.330.2000.09216.6263.6476.27
Hex9CBAE9211409d9404c
Octal2342723514124011331100114
Binary10011100101110101110100110000110100010011101100110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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