#CEEBF0

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

Shades of Onahau #CEEBF0

Tints of Onahau #CEEBF0

Color information

#CEEBF0 (or 0xCEEBF0) is unknown color: approx Onahau. HEX triplet: CE, EB and F0. RGB value is (206,235,240). Sum of RGB (Red+Green+Blue) = 206+235+240=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEEBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF0 is #31140F. Grayscale: #E2E2E2. Windows color (decimal): -3216400 or 15789006. OLE color: 15789006.

HSL color Cylindrical-coordinate representation of color #CEEBF0: hue angle of 188.82º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEBF0 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206235240-
CMYK0.140.0200.06
HSL188.82º53.12%87.45%-
HSV(B)188.82º14.17%94.12%-
XYZ70.8978.8393.92-
YUV226.9135.39113.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 240 (94.14% from 255) = 35.24%
R=30.25%
G=34.51%
B=35.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062352400.140.0200.06188.8253.1287.45
HexCEEBF0E206bd3557
Octal3163533601620627565127
Binary1100111011101011111100001110100110101111011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBF0; }

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

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

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

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

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

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

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

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