#CEE5EB

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

Shades of Onahau #CEE5EB

Tints of Onahau #CEE5EB

Color information

#CEE5EB (or 0xCEE5EB) is unknown color: approx Onahau. HEX triplet: CE, E5 and EB. RGB value is (206,229,235). Sum of RGB (Red+Green+Blue) = 206+229+235=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5EB is #311A14. Grayscale: #DEDEDE. Windows color (decimal): -3217941 or 15459790. OLE color: 15459790.

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

Color convert

RGB206229235-
CMYK0.120.0300.08
HSL192.41º42.03%86.47%-
HSV(B)192.41º12.34%92.16%-
XYZ68.4775.1689.5-
YUV222.81134.88116.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.75%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=30.75%
G=34.18%
B=35.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062292350.120.0300.08192.4142.0386.47
HexCEE5EBC308c02a56
Octal31634535314301030052126
Binary11001110111001011110101111001101000110000001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5EB; }

 p { color: rgb(206,229,235); }

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

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

 a { background-color: rgb(206,229,235); }

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

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

 span { border-color: rgb(206,229,235); }

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