Shades of Hawkes Blue #CADBFC
Tints of Hawkes Blue #CADBFC
RGB
CMYK
RGB Variations
Color information
#CADBFC (or 0xCADBFC) is known color: Hawkes Blue. HEX triplet: CA, DB and FC. RGB value is (202,219,252). Sum of RGB (Red+Green+Blue) = 202+219+252=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 219 (85.94% from 255 or 32.54% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #CADBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBFC is #352403. Grayscale: #D9D9D9. Windows color (decimal): -3482628 or 16571338. OLE color: 16571338.
HSL color Cylindrical-coordinate representation of color #CADBFC: hue angle of 219.6º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADBFC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 219 | 252 | - |
CMYK | 0.20 | 0.13 | 0 | 0.01 |
HSL | 219.6º | 0.89% | 0.89% | - |
HSV(B) | 219.6º | 0.2% | 0.99% | - |
XYZ | 67.26 | 70.25 | 102.11 | - |
YUV | 217.68 | 147.37 | 116.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 252 | 0.20 | 0.13 | 0 | 0.01 | 219.6 | 0.89 | 0.89 |
Hex | CA | DB | FC | 14 | D | 0 | 1 | DC | 59 | 59 |
Octal | 312 | 333 | 374 | 24 | 15 | 0 | 1 | 334 | 131 | 131 |
Binary | 11001010 | 11011011 | 11111100 | 10100 | 1101 | 0 | 1 | 11011100 | 1011001 | 1011001 |
Color Harmonies of #CADBFC
Complementary color
Monochromatic Colors of #CADBFC
Black with #CADBFC
Text Example
Text Example
White with #CADBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADBFC; }
p { color: rgb(202,219,252); }
H1.HeaderClassName
{
color: #CADBFC;
}
.AnyTagClassName
{
color: #CADBFC;
}
</style>
background-color css
<style>
a { background-color: #CADBFC; }
a { background-color: rgb(202,219,252); }
div.DivClassName
{
background-color: #CADBFC;
}
.BgClassName
{
background-color: #CADBFC;
}
</style>
border-color css
<style>
span { border-color: #CADBFC; }
span { border-color: rgb(202,219,252); }
td.TdClassName
{
border-color: #CADBFC;
}
.TagClassName
{
border-color: #CADBFC;
}
</style>