Shades of Hawkes Blue #CAD4F9
Tints of Hawkes Blue #CAD4F9
RGB
CMYK
RGB Variations
Color information
#CAD4F9 (or 0xCAD4F9) is known color: Hawkes Blue. HEX triplet: CA, D4 and F9. RGB value is (202,212,249). Sum of RGB (Red+Green+Blue) = 202+212+249=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 249 (97.66% from 255 or 37.56% from 663); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F9 is #352B06. Grayscale: #D5D5D5. Windows color (decimal): -3484423 or 16372938. OLE color: 16372938.
HSL color Cylindrical-coordinate representation of color #CAD4F9: hue angle of 227.23º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD4F9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 212 | 249 | - |
CMYK | 0.19 | 0.15 | 0 | 0.02 |
HSL | 227.23º | 0.8% | 0.88% | - |
HSV(B) | 227.23º | 0.19% | 0.98% | - |
XYZ | 65 | 66.48 | 99.03 | - |
YUV | 213.23 | 148.19 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 249 | 0.19 | 0.15 | 0 | 0.02 | 227.23 | 0.8 | 0.88 |
Hex | CA | D4 | F9 | 13 | F | 0 | 2 | E3 | 50 | 58 |
Octal | 312 | 324 | 371 | 23 | 17 | 0 | 2 | 343 | 120 | 130 |
Binary | 11001010 | 11010100 | 11111001 | 10011 | 1111 | 0 | 10 | 11100011 | 1010000 | 1011000 |
Color Harmonies of #CAD4F9
Complementary color
Monochromatic Colors of #CAD4F9
Black with #CAD4F9
Text Example
Text Example
White with #CAD4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4F9; }
p { color: rgb(202,212,249); }
H1.HeaderClassName
{
color: #CAD4F9;
}
.AnyTagClassName
{
color: #CAD4F9;
}
</style>
background-color css
<style>
a { background-color: #CAD4F9; }
a { background-color: rgb(202,212,249); }
div.DivClassName
{
background-color: #CAD4F9;
}
.BgClassName
{
background-color: #CAD4F9;
}
</style>
border-color css
<style>
span { border-color: #CAD4F9; }
span { border-color: rgb(202,212,249); }
td.TdClassName
{
border-color: #CAD4F9;
}
.TagClassName
{
border-color: #CAD4F9;
}
</style>