#CBE5ED

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

Shades of Onahau #CBE5ED

Tints of Onahau #CBE5ED

Color information

#CBE5ED (or 0xCBE5ED) is unknown color: approx Onahau. HEX triplet: CB, E5 and ED. RGB value is (203,229,237). Sum of RGB (Red+Green+Blue) = 203+229+237=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE5ED is #341A12. Grayscale: #DEDEDE. Windows color (decimal): -3414547 or 15590859. OLE color: 15590859.

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

Color convert

RGB203229237-
CMYK0.140.0300.07
HSL194.12º48.57%86.27%-
HSV(B)194.12º14.35%92.94%-
XYZ67.9374.8590.99-
YUV222.14136.39114.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 237 (92.97% from 255) = 35.43%
R=30.34%
G=34.23%
B=35.43%

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
Decimal2032292370.140.0300.07194.1248.5786.27
HexCBE5EDE307c23156
Octal3133453551630730261126
Binary1100101111100101111011011110110111110000101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE5ED; }

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

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

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

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

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

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

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

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