Shades of Onahau #CEEBF2
Tints of Onahau #CEEBF2
RGB
CMYK
RGB Variations
Color information
#CEEBF2 (or 0xCEEBF2) is known color: Onahau. HEX triplet: CE, EB and F2. RGB value is (206,235,242). Sum of RGB (Red+Green+Blue) = 206+235+242=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 235 (92.19% from 255 or 34.41% from 683); Blue value is 242 (94.92% from 255 or 35.43% from 683); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF2 is #31140D. Grayscale: #E3E3E3. Windows color (decimal): -3216398 or 15920078. OLE color: 15920078.
HSL color Cylindrical-coordinate representation of color #CEEBF2: hue angle of 191.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEBF2 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 235 | 242 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.05 |
| HSL | 191.67º | 0.58% | 0.88% | - |
| HSV(B) | 191.67º | 0.15% | 0.95% | - |
| XYZ | 71.19 | 78.95 | 95.49 | - |
| YUV | 227.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 242 | 0.15 | 0.03 | 0 | 0.05 | 191.67 | 0.58 | 0.88 |
| Hex | CE | EB | F2 | F | 3 | 0 | 5 | C0 | 3A | 58 |
| Octal | 316 | 353 | 362 | 17 | 3 | 0 | 5 | 300 | 72 | 130 |
| Binary | 11001110 | 11101011 | 11110010 | 1111 | 11 | 0 | 101 | 11000000 | 111010 | 1011000 |
Color Harmonies of #CEEBF2
Complementary color
Monochromatic Colors of #CEEBF2
Black with #CEEBF2
Text Example
Text Example
White with #CEEBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBF2; }
p { color: rgb(206,235,242); }
H1.HeaderClassName
{
color: #CEEBF2;
}
.AnyTagClassName
{
color: #CEEBF2;
}
</style>
background-color css
<style>
a { background-color: #CEEBF2; }
a { background-color: rgb(206,235,242); }
div.DivClassName
{
background-color: #CEEBF2;
}
.BgClassName
{
background-color: #CEEBF2;
}
</style>
border-color css
<style>
span { border-color: #CEEBF2; }
span { border-color: rgb(206,235,242); }
td.TdClassName
{
border-color: #CEEBF2;
}
.TagClassName
{
border-color: #CEEBF2;
}
</style>