Shades of Hawkes Blue #CFE2FF
Tints of Hawkes Blue #CFE2FF
RGB
CMYK
RGB Variations
Color information
#CFE2FF (or 0xCFE2FF) is known color: Hawkes Blue. HEX triplet: CF, E2 and FF. RGB value is (207,226,255). Sum of RGB (Red+Green+Blue) = 207+226+255=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2FF is #301D00. Grayscale: #DFDFDF. Windows color (decimal): -3153153 or 16769743. OLE color: 16769743.
HSL color Cylindrical-coordinate representation of color #CFE2FF: hue angle of 216.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE2FF is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 207 | 226 | 255 | - |
CMYK | 0.19 | 0.11 | 0 | 0 |
HSL | 216.25º | 1% | 0.91% | - |
HSV(B) | 216.25º | 0.19% | 1% | - |
XYZ | 70.98 | 74.88 | 105.32 | - |
YUV | 223.63 | 145.71 | 116.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 226 | 255 | 0.19 | 0.11 | 0 | 0 | 216.25 | 1 | 0.91 |
Hex | CF | E2 | FF | 13 | B | 0 | 0 | D8 | 64 | 5B |
Octal | 317 | 342 | 377 | 23 | 13 | 0 | 0 | 330 | 144 | 133 |
Binary | 11001111 | 11100010 | 11111111 | 10011 | 1011 | 0 | 0 | 11011000 | 1100100 | 1011011 |
Color Harmonies of #CFE2FF
Complementary color
Monochromatic Colors of #CFE2FF
Black with #CFE2FF
Text Example
Text Example
White with #CFE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2FF; }
p { color: rgb(207,226,255); }
H1.HeaderClassName
{
color: #CFE2FF;
}
.AnyTagClassName
{
color: #CFE2FF;
}
</style>
background-color css
<style>
a { background-color: #CFE2FF; }
a { background-color: rgb(207,226,255); }
div.DivClassName
{
background-color: #CFE2FF;
}
.BgClassName
{
background-color: #CFE2FF;
}
</style>
border-color css
<style>
span { border-color: #CFE2FF; }
span { border-color: rgb(207,226,255); }
td.TdClassName
{
border-color: #CFE2FF;
}
.TagClassName
{
border-color: #CFE2FF;
}
</style>