#CEE7EB

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

Shades of Onahau #CEE7EB

Tints of Onahau #CEE7EB

Color information

#CEE7EB (or 0xCEE7EB) is unknown color: approx Onahau. HEX triplet: CE, E7 and EB. RGB value is (206,231,235). Sum of RGB (Red+Green+Blue) = 206+231+235=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 231 (90.62% from 255 or 34.38% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEE7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7EB is #311814. Grayscale: #DFDFDF. Windows color (decimal): -3217429 or 15460302. OLE color: 15460302.

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

Color convert

RGB206231235-
CMYK0.120.0200.08
HSL188.28º42.03%86.47%-
HSV(B)188.28º12.34%92.16%-
XYZ69.0276.2789.68-
YUV223.98134.22115.17-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.65%
GREEN value IS 231 (90.62% from 255) = 34.38%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=30.65%
G=34.38%
B=34.97%

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
Decimal2062312350.120.0200.08188.2842.0386.47
HexCEE7EBC208bc2a56
Octal31634735314201027452126
Binary11001110111001111110101111001001000101111001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7EB; }

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

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

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

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

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

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

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

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