#CBE8EC

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

Shades of Onahau #CBE8EC

Tints of Onahau #CBE8EC

Color information

#CBE8EC (or 0xCBE8EC) is unknown color: approx Onahau. HEX triplet: CB, E8 and EC. RGB value is (203,232,236). Sum of RGB (Red+Green+Blue) = 203+232+236=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 232 (91.02% from 255 or 34.58% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE8EC is #341713. Grayscale: #DFDFDF. Windows color (decimal): -3413780 or 15526091. OLE color: 15526091.

HSL color Cylindrical-coordinate representation of color #CBE8EC: hue angle of 187.27º 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 #CBE8EC is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203232236-
CMYK0.140.0200.07
HSL187.27º46.48%86.08%-
HSV(B)187.27º13.98%92.55%-
XYZ68.6376.4790.5-
YUV223.78134.89113.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 232 (91.02% from 255) = 34.58%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=30.25%
G=34.58%
B=35.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032322360.140.0200.07187.2746.4886.08
HexCBE8ECE207bb2e56
Octal3133503541620727356126
Binary1100101111101000111011001110100111101110111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE8EC; }

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

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

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

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

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

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

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

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