Shades of Hawkes Blue #CADFFF
Tints of Hawkes Blue #CADFFF
RGB
CMYK
RGB Variations
Color information
#CADFFF (or 0xCADFFF) is known color: Hawkes Blue. HEX triplet: CA, DF and FF. RGB value is (202,223,255). Sum of RGB (Red+Green+Blue) = 202+223+255=680 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.71% from 680); Green value is 223 (87.5% from 255 or 32.79% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #CADFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFFF is #352000. Grayscale: #DCDCDC. Windows color (decimal): -3481601 or 16768970. OLE color: 16768970.
HSL color Cylindrical-coordinate representation of color #CADFFF: hue angle of 216.23º 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 #CADFFF is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 202 | 223 | 255 | - |
| CMYK | 0.21 | 0.13 | 0 | 0 |
| HSL | 216.23º | 1% | 0.9% | - |
| HSV(B) | 216.23º | 0.21% | 1% | - |
| XYZ | 68.79 | 72.55 | 104.99 | - |
| YUV | 220.37 | 147.54 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 223 | 255 | 0.21 | 0.13 | 0 | 0 | 216.23 | 1 | 0.9 |
| Hex | CA | DF | FF | 15 | D | 0 | 0 | D8 | 64 | 5A |
| Octal | 312 | 337 | 377 | 25 | 15 | 0 | 0 | 330 | 144 | 132 |
| Binary | 11001010 | 11011111 | 11111111 | 10101 | 1101 | 0 | 0 | 11011000 | 1100100 | 1011010 |
Color Harmonies of #CADFFF
Complementary color
Monochromatic Colors of #CADFFF
Black with #CADFFF
Text Example
Text Example
White with #CADFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFFF; }
p { color: rgb(202,223,255); }
H1.HeaderClassName
{
color: #CADFFF;
}
.AnyTagClassName
{
color: #CADFFF;
}
</style>
background-color css
<style>
a { background-color: #CADFFF; }
a { background-color: rgb(202,223,255); }
div.DivClassName
{
background-color: #CADFFF;
}
.BgClassName
{
background-color: #CADFFF;
}
</style>
border-color css
<style>
span { border-color: #CADFFF; }
span { border-color: rgb(202,223,255); }
td.TdClassName
{
border-color: #CADFFF;
}
.TagClassName
{
border-color: #CADFFF;
}
</style>