Shades of Hawkes Blue #CAD6FD
Tints of Hawkes Blue #CAD6FD
RGB
CMYK
RGB Variations
Color information
#CAD6FD (or 0xCAD6FD) is known color: Hawkes Blue. HEX triplet: CA, D6 and FD. RGB value is (202,214,253). Sum of RGB (Red+Green+Blue) = 202+214+253=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 214 (83.98% from 255 or 31.99% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAD6FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6FD is #352902. Grayscale: #D6D6D6. Windows color (decimal): -3483907 or 16635594. OLE color: 16635594.
HSL color Cylindrical-coordinate representation of color #CAD6FD: hue angle of 225.88º 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 #CAD6FD is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 214 | 253 | - |
CMYK | 0.20 | 0.15 | 0 | 0.01 |
HSL | 225.88º | 0.93% | 0.89% | - |
HSV(B) | 225.88º | 0.2% | 0.99% | - |
XYZ | 66.13 | 67.74 | 102.52 | - |
YUV | 214.86 | 149.52 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 214 | 253 | 0.20 | 0.15 | 0 | 0.01 | 225.88 | 0.93 | 0.89 |
Hex | CA | D6 | FD | 14 | F | 0 | 1 | E2 | 5D | 59 |
Octal | 312 | 326 | 375 | 24 | 17 | 0 | 1 | 342 | 135 | 131 |
Binary | 11001010 | 11010110 | 11111101 | 10100 | 1111 | 0 | 1 | 11100010 | 1011101 | 1011001 |
Color Harmonies of #CAD6FD
Complementary color
Monochromatic Colors of #CAD6FD
Black with #CAD6FD
Text Example
Text Example
White with #CAD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6FD; }
p { color: rgb(202,214,253); }
H1.HeaderClassName
{
color: #CAD6FD;
}
.AnyTagClassName
{
color: #CAD6FD;
}
</style>
background-color css
<style>
a { background-color: #CAD6FD; }
a { background-color: rgb(202,214,253); }
div.DivClassName
{
background-color: #CAD6FD;
}
.BgClassName
{
background-color: #CAD6FD;
}
</style>
border-color css
<style>
span { border-color: #CAD6FD; }
span { border-color: rgb(202,214,253); }
td.TdClassName
{
border-color: #CAD6FD;
}
.TagClassName
{
border-color: #CAD6FD;
}
</style>