Shades of Hawkes Blue #CEE3FE
Tints of Hawkes Blue #CEE3FE
RGB
CMYK
RGB Variations
Color information
#CEE3FE (or 0xCEE3FE) is known color: Hawkes Blue. HEX triplet: CE, E3 and FE. RGB value is (206,227,254). Sum of RGB (Red+Green+Blue) = 206+227+254=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3FE is #311C01. Grayscale: #DFDFDF. Windows color (decimal): -3218434 or 16704462. OLE color: 16704462.
HSL color Cylindrical-coordinate representation of color #CEE3FE: hue angle of 213.75º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE3FE is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 227 | 254 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.00 |
| HSL | 213.75º | 0.96% | 0.9% | - |
| HSV(B) | 213.75º | 0.19% | 1% | - |
| XYZ | 70.81 | 75.22 | 104.55 | - |
| YUV | 223.8 | 145.04 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 227 | 254 | 0.19 | 0.11 | 0 | 0.00 | 213.75 | 0.96 | 0.9 |
| Hex | CE | E3 | FE | 13 | B | 0 | 0 | D6 | 60 | 5A |
| Octal | 316 | 343 | 376 | 23 | 13 | 0 | 0 | 326 | 140 | 132 |
| Binary | 11001110 | 11100011 | 11111110 | 10011 | 1011 | 0 | 0 | 11010110 | 1100000 | 1011010 |
Color Harmonies of #CEE3FE
Complementary color
Monochromatic Colors of #CEE3FE
Black with #CEE3FE
Text Example
Text Example
White with #CEE3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE3FE; }
p { color: rgb(206,227,254); }
H1.HeaderClassName
{
color: #CEE3FE;
}
.AnyTagClassName
{
color: #CEE3FE;
}
</style>
background-color css
<style>
a { background-color: #CEE3FE; }
a { background-color: rgb(206,227,254); }
div.DivClassName
{
background-color: #CEE3FE;
}
.BgClassName
{
background-color: #CEE3FE;
}
</style>
border-color css
<style>
span { border-color: #CEE3FE; }
span { border-color: rgb(206,227,254); }
td.TdClassName
{
border-color: #CEE3FE;
}
.TagClassName
{
border-color: #CEE3FE;
}
</style>