Shades of Hawkes Blue #CAD4F5
Tints of Hawkes Blue #CAD4F5
RGB
CMYK
RGB Variations
Color information
#CAD4F5 (or 0xCAD4F5) is known color: Hawkes Blue. HEX triplet: CA, D4 and F5. RGB value is (202,212,245). Sum of RGB (Red+Green+Blue) = 202+212+245=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 212 (83.20% from 255 or 32.17% from 659); Blue value is 245 (96.09% from 255 or 37.18% from 659); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAD4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F5 is #352B0A. Grayscale: #D4D4D4. Windows color (decimal): -3484427 or 16110794. OLE color: 16110794.
HSL color Cylindrical-coordinate representation of color #CAD4F5: hue angle of 226.05º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAD4F5 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 212 | 245 | - |
CMYK | 0.18 | 0.13 | 0 | 0.04 |
HSL | 226.05º | 0.68% | 0.88% | - |
HSV(B) | 226.05º | 0.18% | 0.96% | - |
XYZ | 64.38 | 66.24 | 95.78 | - |
YUV | 212.77 | 146.19 | 120.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 245 | 0.18 | 0.13 | 0 | 0.04 | 226.05 | 0.68 | 0.88 |
Hex | CA | D4 | F5 | 12 | D | 0 | 4 | E2 | 44 | 58 |
Octal | 312 | 324 | 365 | 22 | 15 | 0 | 4 | 342 | 104 | 130 |
Binary | 11001010 | 11010100 | 11110101 | 10010 | 1101 | 0 | 100 | 11100010 | 1000100 | 1011000 |
Color Harmonies of #CAD4F5
Complementary color
Monochromatic Colors of #CAD4F5
Black with #CAD4F5
Text Example
Text Example
White with #CAD4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4F5; }
p { color: rgb(202,212,245); }
H1.HeaderClassName
{
color: #CAD4F5;
}
.AnyTagClassName
{
color: #CAD4F5;
}
</style>
background-color css
<style>
a { background-color: #CAD4F5; }
a { background-color: rgb(202,212,245); }
div.DivClassName
{
background-color: #CAD4F5;
}
.BgClassName
{
background-color: #CAD4F5;
}
</style>
border-color css
<style>
span { border-color: #CAD4F5; }
span { border-color: rgb(202,212,245); }
td.TdClassName
{
border-color: #CAD4F5;
}
.TagClassName
{
border-color: #CAD4F5;
}
</style>