Shades of Hawkes Blue #CFDAFF
Tints of Hawkes Blue #CFDAFF
RGB
CMYK
RGB Variations
Color information
#CFDAFF (or 0xCFDAFF) is known color: Hawkes Blue. HEX triplet: CF, DA and FF. RGB value is (207,218,255). Sum of RGB (Red+Green+Blue) = 207+218+255=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 218 (85.55% from 255 or 32.06% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFF is #302500. Grayscale: #DADADA. Windows color (decimal): -3155201 or 16767695. OLE color: 16767695.
HSL color Cylindrical-coordinate representation of color #CFDAFF: hue angle of 226.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 #CFDAFF is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 218 | 255 | - |
| CMYK | 0.19 | 0.15 | 0 | 0 |
| HSL | 226.25º | 1% | 0.91% | - |
| HSV(B) | 226.25º | 0.19% | 1% | - |
| XYZ | 68.85 | 70.63 | 104.61 | - |
| YUV | 218.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 255 | 0.19 | 0.15 | 0 | 0 | 226.25 | 1 | 0.91 |
| Hex | CF | DA | FF | 13 | F | 0 | 0 | E2 | 64 | 5B |
| Octal | 317 | 332 | 377 | 23 | 17 | 0 | 0 | 342 | 144 | 133 |
| Binary | 11001111 | 11011010 | 11111111 | 10011 | 1111 | 0 | 0 | 11100010 | 1100100 | 1011011 |
Color Harmonies of #CFDAFF
Complementary color
Monochromatic Colors of #CFDAFF
Black with #CFDAFF
Text Example
Text Example
White with #CFDAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAFF; }
p { color: rgb(207,218,255); }
H1.HeaderClassName
{
color: #CFDAFF;
}
.AnyTagClassName
{
color: #CFDAFF;
}
</style>
background-color css
<style>
a { background-color: #CFDAFF; }
a { background-color: rgb(207,218,255); }
div.DivClassName
{
background-color: #CFDAFF;
}
.BgClassName
{
background-color: #CFDAFF;
}
</style>
border-color css
<style>
span { border-color: #CFDAFF; }
span { border-color: rgb(207,218,255); }
td.TdClassName
{
border-color: #CFDAFF;
}
.TagClassName
{
border-color: #CFDAFF;
}
</style>