#CBE5EC

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

Shades of Onahau #CBE5EC

Tints of Onahau #CBE5EC

Color information

#CBE5EC (or 0xCBE5EC) is unknown color: approx Onahau. HEX triplet: CB, E5 and EC. RGB value is (203,229,236). Sum of RGB (Red+Green+Blue) = 203+229+236=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 236 (92.58% from 255 or 35.33% from 668); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5EC is #341A13. Grayscale: #DDDDDD. Windows color (decimal): -3414548 or 15525323. OLE color: 15525323.

HSL color Cylindrical-coordinate representation of color #CBE5EC: hue angle of 192.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBE5EC is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203229236-
CMYK0.140.0300.07
HSL192.73º46.48%86.08%-
HSV(B)192.73º13.98%92.55%-
XYZ67.7974.7990.22-
YUV222.02135.89114.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 229 (89.84% from 255) = 34.28%
BLUE value IS 236 (92.58% from 255) = 35.33%
R=30.39%
G=34.28%
B=35.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032292360.140.0300.07192.7346.4886.08
HexCBE5ECE307c12e56
Octal3133453541630730156126
Binary1100101111100101111011001110110111110000011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5EC; }

 p { color: rgb(203,229,236); }

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

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

 a { background-color: rgb(203,229,236); }

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

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

 span { border-color: rgb(203,229,236); }

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