#CEEFF6

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

Shades of Onahau #CEEFF6

Tints of Onahau #CEEFF6

Color information

#CEEFF6 (or 0xCEEFF6) is unknown color: approx Onahau. HEX triplet: CE, EF and F6. RGB value is (206,239,246). Sum of RGB (Red+Green+Blue) = 206+239+246=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 239 (93.75% from 255 or 34.59% from 691); Blue value is 246 (96.48% from 255 or 35.60% from 691); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEEFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFF6 is #311009. Grayscale: #E5E5E5. Windows color (decimal): -3215370 or 16183246. OLE color: 16183246.

HSL color Cylindrical-coordinate representation of color #CEEFF6: hue angle of 190.5º 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 #CEEFF6 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206239246-
CMYK0.160.0300.04
HSL190.5º68.97%88.63%-
HSV(B)190.5º16.26%96.47%-
XYZ72.9581.5199.08-
YUV229.93137.07110.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.81%
GREEN value IS 239 (93.75% from 255) = 34.59%
BLUE value IS 246 (96.48% from 255) = 35.60%
R=29.81%
G=34.59%
B=35.60%

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
Decimal2062392460.160.0300.04190.568.9788.63
HexCEEFF610304be4559
Octal31635736620304276105131
Binary110011101110111111110110100001101001011111010001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFF6; }

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

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

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

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

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

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

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

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