Shades of Hawkes Blue #CAD8FD
Tints of Hawkes Blue #CAD8FD
RGB
CMYK
RGB Variations
Color information
#CAD8FD (or 0xCAD8FD) is known color: Hawkes Blue. HEX triplet: CA, D8 and FD. RGB value is (202,216,253). Sum of RGB (Red+Green+Blue) = 202+216+253=671 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.10% from 671); Green value is 216 (84.77% from 255 or 32.19% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8FD is #352702. Grayscale: #D7D7D7. Windows color (decimal): -3483395 or 16636106. OLE color: 16636106.
HSL color Cylindrical-coordinate representation of color #CAD8FD: hue angle of 223.53º 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 #CAD8FD is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 216 | 253 | - |
CMYK | 0.20 | 0.15 | 0 | 0.01 |
HSL | 223.53º | 0.93% | 0.89% | - |
HSV(B) | 223.53º | 0.2% | 0.99% | - |
XYZ | 66.64 | 68.76 | 102.69 | - |
YUV | 216.03 | 148.86 | 117.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 253 | 0.20 | 0.15 | 0 | 0.01 | 223.53 | 0.93 | 0.89 |
Hex | CA | D8 | FD | 14 | F | 0 | 1 | E0 | 5D | 59 |
Octal | 312 | 330 | 375 | 24 | 17 | 0 | 1 | 340 | 135 | 131 |
Binary | 11001010 | 11011000 | 11111101 | 10100 | 1111 | 0 | 1 | 11100000 | 1011101 | 1011001 |
Color Harmonies of #CAD8FD
Complementary color
Monochromatic Colors of #CAD8FD
Black with #CAD8FD
Text Example
Text Example
White with #CAD8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8FD; }
p { color: rgb(202,216,253); }
H1.HeaderClassName
{
color: #CAD8FD;
}
.AnyTagClassName
{
color: #CAD8FD;
}
</style>
background-color css
<style>
a { background-color: #CAD8FD; }
a { background-color: rgb(202,216,253); }
div.DivClassName
{
background-color: #CAD8FD;
}
.BgClassName
{
background-color: #CAD8FD;
}
</style>
border-color css
<style>
span { border-color: #CAD8FD; }
span { border-color: rgb(202,216,253); }
td.TdClassName
{
border-color: #CAD8FD;
}
.TagClassName
{
border-color: #CAD8FD;
}
</style>