Shades of Hawkes Blue #CFE2FC
Tints of Hawkes Blue #CFE2FC
RGB
CMYK
RGB Variations
Color information
#CFE2FC (or 0xCFE2FC) is known color: Hawkes Blue. HEX triplet: CF, E2 and FC. RGB value is (207,226,252). Sum of RGB (Red+Green+Blue) = 207+226+252=685 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.22% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 252 (98.83% from 255 or 36.79% from 685); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFE2FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2FC is #301D03. Grayscale: #DFDFDF. Windows color (decimal): -3153156 or 16573135. OLE color: 16573135.
HSL color Cylindrical-coordinate representation of color #CFE2FC: hue angle of 214.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE2FC is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 226 | 252 | - |
CMYK | 0.18 | 0.10 | 0 | 0.01 |
HSL | 214.67º | 0.88% | 0.9% | - |
HSV(B) | 214.67º | 0.18% | 0.99% | - |
XYZ | 70.5 | 74.69 | 102.8 | - |
YUV | 223.28 | 144.21 | 116.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 226 | 252 | 0.18 | 0.10 | 0 | 0.01 | 214.67 | 0.88 | 0.9 |
Hex | CF | E2 | FC | 12 | A | 0 | 1 | D7 | 58 | 5A |
Octal | 317 | 342 | 374 | 22 | 12 | 0 | 1 | 327 | 130 | 132 |
Binary | 11001111 | 11100010 | 11111100 | 10010 | 1010 | 0 | 1 | 11010111 | 1011000 | 1011010 |
Color Harmonies of #CFE2FC
Complementary color
Monochromatic Colors of #CFE2FC
Black with #CFE2FC
Text Example
Text Example
White with #CFE2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2FC; }
p { color: rgb(207,226,252); }
H1.HeaderClassName
{
color: #CFE2FC;
}
.AnyTagClassName
{
color: #CFE2FC;
}
</style>
background-color css
<style>
a { background-color: #CFE2FC; }
a { background-color: rgb(207,226,252); }
div.DivClassName
{
background-color: #CFE2FC;
}
.BgClassName
{
background-color: #CFE2FC;
}
</style>
border-color css
<style>
span { border-color: #CFE2FC; }
span { border-color: rgb(207,226,252); }
td.TdClassName
{
border-color: #CFE2FC;
}
.TagClassName
{
border-color: #CFE2FC;
}
</style>