Shades of Hawkes Blue #CFDBFD
Tints of Hawkes Blue #CFDBFD
RGB
CMYK
RGB Variations
Color information
#CFDBFD (or 0xCFDBFD) is known color: Hawkes Blue. HEX triplet: CF, DB and FD. RGB value is (207,219,253). Sum of RGB (Red+Green+Blue) = 207+219+253=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 219 (85.94% from 255 or 32.25% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBFD is #302402. Grayscale: #DBDBDB. Windows color (decimal): -3154947 or 16636879. OLE color: 16636879.
HSL color Cylindrical-coordinate representation of color #CFDBFD: hue angle of 224.35º 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 #CFDBFD is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 219 | 253 | - |
CMYK | 0.18 | 0.13 | 0 | 0.01 |
HSL | 224.35º | 0.92% | 0.9% | - |
HSV(B) | 224.35º | 0.18% | 0.99% | - |
XYZ | 68.79 | 71.02 | 103.01 | - |
YUV | 219.29 | 147.02 | 119.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 219 | 253 | 0.18 | 0.13 | 0 | 0.01 | 224.35 | 0.92 | 0.9 |
Hex | CF | DB | FD | 12 | D | 0 | 1 | E0 | 5C | 5A |
Octal | 317 | 333 | 375 | 22 | 15 | 0 | 1 | 340 | 134 | 132 |
Binary | 11001111 | 11011011 | 11111101 | 10010 | 1101 | 0 | 1 | 11100000 | 1011100 | 1011010 |
Color Harmonies of #CFDBFD
Complementary color
Monochromatic Colors of #CFDBFD
Black with #CFDBFD
Text Example
Text Example
White with #CFDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBFD; }
p { color: rgb(207,219,253); }
H1.HeaderClassName
{
color: #CFDBFD;
}
.AnyTagClassName
{
color: #CFDBFD;
}
</style>
background-color css
<style>
a { background-color: #CFDBFD; }
a { background-color: rgb(207,219,253); }
div.DivClassName
{
background-color: #CFDBFD;
}
.BgClassName
{
background-color: #CFDBFD;
}
</style>
border-color css
<style>
span { border-color: #CFDBFD; }
span { border-color: rgb(207,219,253); }
td.TdClassName
{
border-color: #CFDBFD;
}
.TagClassName
{
border-color: #CFDBFD;
}
</style>