#CEEFF7

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

Shades of Onahau #CEEFF7

Tints of Onahau #CEEFF7

Color information

#CEEFF7 (or 0xCEEFF7) is unknown color: approx Onahau. HEX triplet: CE, EF and F7. RGB value is (206,239,247). Sum of RGB (Red+Green+Blue) = 206+239+247=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEEFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFF7 is #311008. Grayscale: #E5E5E5. Windows color (decimal): -3215369 or 16248782. OLE color: 16248782.

HSL color Cylindrical-coordinate representation of color #CEEFF7: hue angle of 191.71º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEFF7 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206239247-
CMYK0.170.0300.03
HSL191.71º71.93%88.82%-
HSV(B)191.71º16.6%96.86%-
XYZ73.1181.5799.89-
YUV230.04137.57110.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.77%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 247 (96.88% from 255) = 35.69%
R=29.77%
G=34.54%
B=35.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062392470.170.0300.03191.7171.9388.82
HexCEEFF711303c04859
Octal31635736721303300110131
Binary11001110111011111111011110001110111100000010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFF7; }

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

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

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

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

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

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

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

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