Shades of Hawkes Blue #CADEFD
Tints of Hawkes Blue #CADEFD
RGB
CMYK
RGB Variations
Color information
#CADEFD (or 0xCADEFD) is known color: Hawkes Blue. HEX triplet: CA, DE and FD. RGB value is (202,222,253). Sum of RGB (Red+Green+Blue) = 202+222+253=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 222 (87.11% from 255 or 32.79% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #CADEFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADEFD is #352102. Grayscale: #DBDBDB. Windows color (decimal): -3481859 or 16637642. OLE color: 16637642.
HSL color Cylindrical-coordinate representation of color #CADEFD: hue angle of 216.47º degrees, saturation: 0.93, 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 #CADEFD is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 222 | 253 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.01 |
| HSL | 216.47º | 0.93% | 0.89% | - |
| HSV(B) | 216.47º | 0.2% | 0.99% | - |
| XYZ | 68.21 | 71.89 | 103.21 | - |
| YUV | 219.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 222 | 253 | 0.20 | 0.12 | 0 | 0.01 | 216.47 | 0.93 | 0.89 |
| Hex | CA | DE | FD | 14 | C | 0 | 1 | D8 | 5D | 59 |
| Octal | 312 | 336 | 375 | 24 | 14 | 0 | 1 | 330 | 135 | 131 |
| Binary | 11001010 | 11011110 | 11111101 | 10100 | 1100 | 0 | 1 | 11011000 | 1011101 | 1011001 |
Color Harmonies of #CADEFD
Complementary color
Monochromatic Colors of #CADEFD
Black with #CADEFD
Text Example
Text Example
White with #CADEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADEFD; }
p { color: rgb(202,222,253); }
H1.HeaderClassName
{
color: #CADEFD;
}
.AnyTagClassName
{
color: #CADEFD;
}
</style>
background-color css
<style>
a { background-color: #CADEFD; }
a { background-color: rgb(202,222,253); }
div.DivClassName
{
background-color: #CADEFD;
}
.BgClassName
{
background-color: #CADEFD;
}
</style>
border-color css
<style>
span { border-color: #CADEFD; }
span { border-color: rgb(202,222,253); }
td.TdClassName
{
border-color: #CADEFD;
}
.TagClassName
{
border-color: #CADEFD;
}
</style>