#CEEEF6

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

Shades of Onahau #CEEEF6

Tints of Onahau #CEEEF6

Color information

#CEEEF6 (or 0xCEEEF6) is unknown color: approx Onahau. HEX triplet: CE, EE and F6. RGB value is (206,238,246). Sum of RGB (Red+Green+Blue) = 206+238+246=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 238 (93.36% from 255 or 34.49% from 690); Blue value is 246 (96.48% from 255 or 35.65% from 690); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEEEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEF6 is #311109. Grayscale: #E5E5E5. Windows color (decimal): -3215626 or 16182990. OLE color: 16182990.

HSL color Cylindrical-coordinate representation of color #CEEEF6: hue angle of 192º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEEEF6 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206238246-
CMYK0.160.0300.04
HSL192º68.97%88.63%-
HSV(B)192º16.26%96.47%-
XYZ72.6680.9298.98-
YUV229.34137.4111.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 238 (93.36% from 255) = 34.49%
BLUE value IS 246 (96.48% from 255) = 35.65%
R=29.86%
G=34.49%
B=35.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062382460.160.0300.0419268.9788.63
HexCEEEF610304c04559
Octal31635636620304300105131
Binary110011101110111011110110100001101001100000010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEF6; }

 p { color: rgb(206,238,246); }

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

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

 a { background-color: rgb(206,238,246); }

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

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

 span { border-color: rgb(206,238,246); }

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