Shades of Hawkes Blue #CAD3F9
Tints of Hawkes Blue #CAD3F9
RGB
CMYK
RGB Variations
Color information
#CAD3F9 (or 0xCAD3F9) is known color: Hawkes Blue. HEX triplet: CA, D3 and F9. RGB value is (202,211,249). Sum of RGB (Red+Green+Blue) = 202+211+249=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 211 (82.81% from 255 or 31.87% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3F9 is #352C06. Grayscale: #D4D4D4. Windows color (decimal): -3484679 or 16372682. OLE color: 16372682.
HSL color Cylindrical-coordinate representation of color #CAD3F9: hue angle of 228.51º 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 #CAD3F9 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 211 | 249 | - |
CMYK | 0.19 | 0.15 | 0 | 0.02 |
HSL | 228.51º | 0.8% | 0.88% | - |
HSV(B) | 228.51º | 0.19% | 0.98% | - |
XYZ | 64.75 | 65.98 | 98.95 | - |
YUV | 212.64 | 148.52 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 211 | 249 | 0.19 | 0.15 | 0 | 0.02 | 228.51 | 0.8 | 0.88 |
Hex | CA | D3 | F9 | 13 | F | 0 | 2 | E5 | 50 | 58 |
Octal | 312 | 323 | 371 | 23 | 17 | 0 | 2 | 345 | 120 | 130 |
Binary | 11001010 | 11010011 | 11111001 | 10011 | 1111 | 0 | 10 | 11100101 | 1010000 | 1011000 |
Color Harmonies of #CAD3F9
Complementary color
Monochromatic Colors of #CAD3F9
Black with #CAD3F9
Text Example
Text Example
White with #CAD3F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3F9; }
p { color: rgb(202,211,249); }
H1.HeaderClassName
{
color: #CAD3F9;
}
.AnyTagClassName
{
color: #CAD3F9;
}
</style>
background-color css
<style>
a { background-color: #CAD3F9; }
a { background-color: rgb(202,211,249); }
div.DivClassName
{
background-color: #CAD3F9;
}
.BgClassName
{
background-color: #CAD3F9;
}
</style>
border-color css
<style>
span { border-color: #CAD3F9; }
span { border-color: rgb(202,211,249); }
td.TdClassName
{
border-color: #CAD3F9;
}
.TagClassName
{
border-color: #CAD3F9;
}
</style>