Shades of Hawkes Blue #CEE2FB
Tints of Hawkes Blue #CEE2FB
RGB
CMYK
RGB Variations
Color information
#CEE2FB (or 0xCEE2FB) is known color: Hawkes Blue. HEX triplet: CE, E2 and FB. RGB value is (206,226,251). Sum of RGB (Red+Green+Blue) = 206+226+251=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 251 (98.44% from 255 or 36.75% from 683); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEE2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2FB is #311D04. Grayscale: #DEDEDE. Windows color (decimal): -3218693 or 16507598. OLE color: 16507598.
HSL color Cylindrical-coordinate representation of color #CEE2FB: hue angle of 213.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE2FB is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 226 | 251 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.02 |
| HSL | 213.33º | 0.85% | 0.9% | - |
| HSV(B) | 213.33º | 0.18% | 0.98% | - |
| XYZ | 70.06 | 74.48 | 101.95 | - |
| YUV | 222.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 226 | 251 | 0.18 | 0.10 | 0 | 0.02 | 213.33 | 0.85 | 0.9 |
| Hex | CE | E2 | FB | 12 | A | 0 | 2 | D5 | 55 | 5A |
| Octal | 316 | 342 | 373 | 22 | 12 | 0 | 2 | 325 | 125 | 132 |
| Binary | 11001110 | 11100010 | 11111011 | 10010 | 1010 | 0 | 10 | 11010101 | 1010101 | 1011010 |
Color Harmonies of #CEE2FB
Complementary color
Monochromatic Colors of #CEE2FB
Black with #CEE2FB
Text Example
Text Example
White with #CEE2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE2FB; }
p { color: rgb(206,226,251); }
H1.HeaderClassName
{
color: #CEE2FB;
}
.AnyTagClassName
{
color: #CEE2FB;
}
</style>
background-color css
<style>
a { background-color: #CEE2FB; }
a { background-color: rgb(206,226,251); }
div.DivClassName
{
background-color: #CEE2FB;
}
.BgClassName
{
background-color: #CEE2FB;
}
</style>
border-color css
<style>
span { border-color: #CEE2FB; }
span { border-color: rgb(206,226,251); }
td.TdClassName
{
border-color: #CEE2FB;
}
.TagClassName
{
border-color: #CEE2FB;
}
</style>