Shades of Hawkes Blue #CADAFC
Tints of Hawkes Blue #CADAFC
RGB
CMYK
RGB Variations
Color information
#CADAFC (or 0xCADAFC) is known color: Hawkes Blue. HEX triplet: CA, DA and FC. RGB value is (202,218,252). Sum of RGB (Red+Green+Blue) = 202+218+252=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #CADAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAFC is #352503. Grayscale: #D8D8D8. Windows color (decimal): -3482884 or 16571082. OLE color: 16571082.
HSL color Cylindrical-coordinate representation of color #CADAFC: hue angle of 220.8º 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 #CADAFC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 218 | 252 | - |
CMYK | 0.20 | 0.13 | 0 | 0.01 |
HSL | 220.8º | 0.89% | 0.89% | - |
HSV(B) | 220.8º | 0.2% | 0.99% | - |
XYZ | 67 | 69.73 | 102.02 | - |
YUV | 217.09 | 147.7 | 117.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 252 | 0.20 | 0.13 | 0 | 0.01 | 220.8 | 0.89 | 0.89 |
Hex | CA | DA | FC | 14 | D | 0 | 1 | DD | 59 | 59 |
Octal | 312 | 332 | 374 | 24 | 15 | 0 | 1 | 335 | 131 | 131 |
Binary | 11001010 | 11011010 | 11111100 | 10100 | 1101 | 0 | 1 | 11011101 | 1011001 | 1011001 |
Color Harmonies of #CADAFC
Complementary color
Monochromatic Colors of #CADAFC
Black with #CADAFC
Text Example
Text Example
White with #CADAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAFC; }
p { color: rgb(202,218,252); }
H1.HeaderClassName
{
color: #CADAFC;
}
.AnyTagClassName
{
color: #CADAFC;
}
</style>
background-color css
<style>
a { background-color: #CADAFC; }
a { background-color: rgb(202,218,252); }
div.DivClassName
{
background-color: #CADAFC;
}
.BgClassName
{
background-color: #CADAFC;
}
</style>
border-color css
<style>
span { border-color: #CADAFC; }
span { border-color: rgb(202,218,252); }
td.TdClassName
{
border-color: #CADAFC;
}
.TagClassName
{
border-color: #CADAFC;
}
</style>