#CEE5EA

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

Shades of Onahau #CEE5EA

Tints of Onahau #CEE5EA

Color information

#CEE5EA (or 0xCEE5EA) is unknown color: approx Onahau. HEX triplet: CE, E5 and EA. RGB value is (206,229,234). Sum of RGB (Red+Green+Blue) = 206+229+234=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5EA is #311A15. Grayscale: #DEDEDE. Windows color (decimal): -3217942 or 15394254. OLE color: 15394254.

HSL color Cylindrical-coordinate representation of color #CEE5EA: hue angle of 190.71º degrees, saturation: 0.4, 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 #CEE5EA is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206229234-
CMYK0.120.0200.08
HSL190.71º40%86.27%-
HSV(B)190.71º11.97%91.76%-
XYZ68.3275.188.74-
YUV222.69134.38116.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.79%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 234 (91.80% from 255) = 34.98%
R=30.79%
G=34.23%
B=34.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2062292340.120.0200.08190.714086.27
HexCEE5EAC208bf2856
Octal31634535214201027750126
Binary11001110111001011110101011001001000101111111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5EA; }

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

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

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

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

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

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

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

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