Shades of Hawkes Blue #CADAFF
Tints of Hawkes Blue #CADAFF
RGB
CMYK
RGB Variations
Color information
#CADAFF (or 0xCADAFF) is known color: Hawkes Blue. HEX triplet: CA, DA and FF. RGB value is (202,218,255). Sum of RGB (Red+Green+Blue) = 202+218+255=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CADAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADAFF is #352500. Grayscale: #D9D9D9. Windows color (decimal): -3482881 or 16767690. OLE color: 16767690.
HSL color Cylindrical-coordinate representation of color #CADAFF: hue angle of 221.89º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CADAFF is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 218 | 255 | - |
CMYK | 0.21 | 0.15 | 0 | 0 |
HSL | 221.89º | 1% | 0.9% | - |
HSV(B) | 221.89º | 0.21% | 1% | - |
XYZ | 67.48 | 69.92 | 104.55 | - |
YUV | 217.43 | 149.2 | 116.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 255 | 0.21 | 0.15 | 0 | 0 | 221.89 | 1 | 0.9 |
Hex | CA | DA | FF | 15 | F | 0 | 0 | DE | 64 | 5A |
Octal | 312 | 332 | 377 | 25 | 17 | 0 | 0 | 336 | 144 | 132 |
Binary | 11001010 | 11011010 | 11111111 | 10101 | 1111 | 0 | 0 | 11011110 | 1100100 | 1011010 |
Color Harmonies of #CADAFF
Complementary color
Monochromatic Colors of #CADAFF
Black with #CADAFF
Text Example
Text Example
White with #CADAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADAFF; }
p { color: rgb(202,218,255); }
H1.HeaderClassName
{
color: #CADAFF;
}
.AnyTagClassName
{
color: #CADAFF;
}
</style>
background-color css
<style>
a { background-color: #CADAFF; }
a { background-color: rgb(202,218,255); }
div.DivClassName
{
background-color: #CADAFF;
}
.BgClassName
{
background-color: #CADAFF;
}
</style>
border-color css
<style>
span { border-color: #CADAFF; }
span { border-color: rgb(202,218,255); }
td.TdClassName
{
border-color: #CADAFF;
}
.TagClassName
{
border-color: #CADAFF;
}
</style>