#CBE6EE

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

Shades of Onahau #CBE6EE

Tints of Onahau #CBE6EE

Color information

#CBE6EE (or 0xCBE6EE) is unknown color: approx Onahau. HEX triplet: CB, E6 and EE. RGB value is (203,230,238). Sum of RGB (Red+Green+Blue) = 203+230+238=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBE6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6EE is #341911. Grayscale: #DEDEDE. Windows color (decimal): -3414290 or 15656651. OLE color: 15656651.

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

Color convert

RGB203230238-
CMYK0.150.0300.07
HSL193.71º50.72%86.47%-
HSV(B)193.71º14.71%93.33%-
XYZ68.3675.4691.85-
YUV222.84136.55113.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=30.25%
G=34.28%
B=35.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032302380.150.0300.07193.7150.7286.47
HexCBE6EEF307c23356
Octal3133463561730730263126
Binary1100101111100110111011101111110111110000101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6EE; }

 p { color: rgb(203,230,238); }

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

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

 a { background-color: rgb(203,230,238); }

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

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

 span { border-color: rgb(203,230,238); }

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