Shades of Hawkes Blue #CAD8F7
Tints of Hawkes Blue #CAD8F7
RGB
CMYK
RGB Variations
Color information
#CAD8F7 (or 0xCAD8F7) is known color: Hawkes Blue. HEX triplet: CA, D8 and F7. RGB value is (202,216,247). Sum of RGB (Red+Green+Blue) = 202+216+247=665 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.38% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAD8F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8F7 is #352708. Grayscale: #D7D7D7. Windows color (decimal): -3483401 or 16242890. OLE color: 16242890.
HSL color Cylindrical-coordinate representation of color #CAD8F7: hue angle of 221.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAD8F7 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 202 | 216 | 247 | - |
CMYK | 0.18 | 0.13 | 0 | 0.03 |
HSL | 221.33º | 0.74% | 0.88% | - |
HSV(B) | 221.33º | 0.18% | 0.97% | - |
XYZ | 65.7 | 68.38 | 97.73 | - |
YUV | 215.35 | 145.86 | 118.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 247 | 0.18 | 0.13 | 0 | 0.03 | 221.33 | 0.74 | 0.88 |
Hex | CA | D8 | F7 | 12 | D | 0 | 3 | DD | 4A | 58 |
Octal | 312 | 330 | 367 | 22 | 15 | 0 | 3 | 335 | 112 | 130 |
Binary | 11001010 | 11011000 | 11110111 | 10010 | 1101 | 0 | 11 | 11011101 | 1001010 | 1011000 |
Color Harmonies of #CAD8F7
Complementary color
Monochromatic Colors of #CAD8F7
Black with #CAD8F7
Text Example
Text Example
White with #CAD8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8F7; }
p { color: rgb(202,216,247); }
H1.HeaderClassName
{
color: #CAD8F7;
}
.AnyTagClassName
{
color: #CAD8F7;
}
</style>
background-color css
<style>
a { background-color: #CAD8F7; }
a { background-color: rgb(202,216,247); }
div.DivClassName
{
background-color: #CAD8F7;
}
.BgClassName
{
background-color: #CAD8F7;
}
</style>
border-color css
<style>
span { border-color: #CAD8F7; }
span { border-color: rgb(202,216,247); }
td.TdClassName
{
border-color: #CAD8F7;
}
.TagClassName
{
border-color: #CAD8F7;
}
</style>