#CBE6EA

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

Shades of Onahau #CBE6EA

Tints of Onahau #CBE6EA

Color information

#CBE6EA (or 0xCBE6EA) is unknown color: approx Onahau. HEX triplet: CB, E6 and EA. RGB value is (203,230,234). Sum of RGB (Red+Green+Blue) = 203+230+234=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBE6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6EA is #341915. Grayscale: #DEDEDE. Windows color (decimal): -3414294 or 15394507. OLE color: 15394507.

HSL color Cylindrical-coordinate representation of color #CBE6EA: hue angle of 187.74º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE6EA is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203230234-
CMYK0.130.0200.08
HSL187.74º42.47%85.69%-
HSV(B)187.74º13.25%91.76%-
XYZ67.7875.2388.79-
YUV222.38134.55114.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.43%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=30.43%
G=34.48%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032302340.130.0200.08187.7442.4785.69
HexCBE6EAD208bc2a56
Octal31334635215201027452126
Binary11001011111001101110101011011001000101111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6EA; }

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

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

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

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

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

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

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

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