#CEE6EB

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

Shades of Onahau #CEE6EB

Tints of Onahau #CEE6EB

Color information

#CEE6EB (or 0xCEE6EB) is unknown color: approx Onahau. HEX triplet: CE, E6 and EB. RGB value is (206,230,235). Sum of RGB (Red+Green+Blue) = 206+230+235=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE6EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6EB is #311914. Grayscale: #DFDFDF. Windows color (decimal): -3217685 or 15460046. OLE color: 15460046.

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

Color convert

RGB206230235-
CMYK0.120.0200.08
HSL190.34º42.03%86.47%-
HSV(B)190.34º12.34%92.16%-
XYZ68.7575.7189.59-
YUV223.39134.55115.59-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 230 (90.23% from 255) = 34.28%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=30.70%
G=34.28%
B=35.02%

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
Decimal2062302350.120.0200.08190.3442.0386.47
HexCEE6EBC208be2a56
Octal31634635314201027652126
Binary11001110111001101110101111001001000101111101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6EB; }

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

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

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

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

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

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

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

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