#CEF0F7

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

Shades of Onahau #CEF0F7

Tints of Onahau #CEF0F7

Color information

#CEF0F7 (or 0xCEF0F7) is unknown color: approx Onahau. HEX triplet: CE, F0 and F7. RGB value is (206,240,247). Sum of RGB (Red+Green+Blue) = 206+240+247=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 240 (94.14% from 255 or 34.63% from 693); Blue value is 247 (96.88% from 255 or 35.64% from 693); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF0F7 is #310F08. Grayscale: #E6E6E6. Windows color (decimal): -3215113 or 16249038. OLE color: 16249038.

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

Color convert

RGB206240247-
CMYK0.170.0300.03
HSL190.24º71.93%88.82%-
HSV(B)190.24º16.6%96.86%-
XYZ73.482.1699.98-
YUV230.63137.24110.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.73%
GREEN value IS 240 (94.14% from 255) = 34.63%
BLUE value IS 247 (96.88% from 255) = 35.64%
R=29.73%
G=34.63%
B=35.64%

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
Decimal2062402470.170.0300.03190.2471.9388.82
HexCEF0F711303be4859
Octal31636036721303276110131
Binary11001110111100001111011110001110111011111010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0F7; }

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

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

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

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

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

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

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

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