Shades of Hawkes Blue #CFDCFD
Tints of Hawkes Blue #CFDCFD
RGB
CMYK
RGB Variations
Color information
#CFDCFD (or 0xCFDCFD) is known color: Hawkes Blue. HEX triplet: CF, DC and FD. RGB value is (207,220,253). Sum of RGB (Red+Green+Blue) = 207+220+253=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDCFD is #302302. Grayscale: #DBDBDB. Windows color (decimal): -3154691 or 16637135. OLE color: 16637135.
HSL color Cylindrical-coordinate representation of color #CFDCFD: hue angle of 223.04º degrees, saturation: 0.92, 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 #CFDCFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 220 | 253 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.01 |
| HSL | 223.04º | 0.92% | 0.9% | - |
| HSV(B) | 223.04º | 0.18% | 0.99% | - |
| XYZ | 69.05 | 71.54 | 103.1 | - |
| YUV | 219.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 253 | 0.18 | 0.13 | 0 | 0.01 | 223.04 | 0.92 | 0.9 |
| Hex | CF | DC | FD | 12 | D | 0 | 1 | DF | 5C | 5A |
| Octal | 317 | 334 | 375 | 22 | 15 | 0 | 1 | 337 | 134 | 132 |
| Binary | 11001111 | 11011100 | 11111101 | 10010 | 1101 | 0 | 1 | 11011111 | 1011100 | 1011010 |
Color Harmonies of #CFDCFD
Complementary color
Monochromatic Colors of #CFDCFD
Black with #CFDCFD
Text Example
Text Example
White with #CFDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCFD; }
p { color: rgb(207,220,253); }
H1.HeaderClassName
{
color: #CFDCFD;
}
.AnyTagClassName
{
color: #CFDCFD;
}
</style>
background-color css
<style>
a { background-color: #CFDCFD; }
a { background-color: rgb(207,220,253); }
div.DivClassName
{
background-color: #CFDCFD;
}
.BgClassName
{
background-color: #CFDCFD;
}
</style>
border-color css
<style>
span { border-color: #CFDCFD; }
span { border-color: rgb(207,220,253); }
td.TdClassName
{
border-color: #CFDCFD;
}
.TagClassName
{
border-color: #CFDCFD;
}
</style>