#CBE6ED

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

Shades of Onahau #CBE6ED

Tints of Onahau #CBE6ED

Color information

#CBE6ED (or 0xCBE6ED) is unknown color: approx Onahau. HEX triplet: CB, E6 and ED. RGB value is (203,230,237). Sum of RGB (Red+Green+Blue) = 203+230+237=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CBE6ED is #341912. Grayscale: #DEDEDE. Windows color (decimal): -3414291 or 15591115. OLE color: 15591115.

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

Color convert

RGB203230237-
CMYK0.140.0300.07
HSL192.35º48.57%86.27%-
HSV(B)192.35º14.35%92.94%-
XYZ68.2175.491.08-
YUV222.72136.05113.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.30%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 237 (92.97% from 255) = 35.37%
R=30.30%
G=34.33%
B=35.37%

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
Decimal2032302370.140.0300.07192.3548.5786.27
HexCBE6EDE307c03156
Octal3133463551630730061126
Binary1100101111100110111011011110110111110000001100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE6ED; }

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

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

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

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

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

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

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

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