Shades of Hawkes Blue #CAD4F3
Tints of Hawkes Blue #CAD4F3
RGB
CMYK
RGB Variations
Color information
#CAD4F3 (or 0xCAD4F3) is known color: Hawkes Blue. HEX triplet: CA, D4 and F3. RGB value is (202,212,243). Sum of RGB (Red+Green+Blue) = 202+212+243=657 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.75% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAD4F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F3 is #352B0C. Grayscale: #D4D4D4. Windows color (decimal): -3484429 or 15979722. OLE color: 15979722.
HSL color Cylindrical-coordinate representation of color #CAD4F3: hue angle of 225.37º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAD4F3 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 212 | 243 | - |
CMYK | 0.17 | 0.13 | 0 | 0.05 |
HSL | 225.37º | 0.63% | 0.87% | - |
HSV(B) | 225.37º | 0.17% | 0.95% | - |
XYZ | 64.08 | 66.11 | 94.18 | - |
YUV | 212.54 | 145.19 | 120.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 243 | 0.17 | 0.13 | 0 | 0.05 | 225.37 | 0.63 | 0.87 |
Hex | CA | D4 | F3 | 11 | D | 0 | 5 | E1 | 3F | 57 |
Octal | 312 | 324 | 363 | 21 | 15 | 0 | 5 | 341 | 77 | 127 |
Binary | 11001010 | 11010100 | 11110011 | 10001 | 1101 | 0 | 101 | 11100001 | 111111 | 1010111 |
Color Harmonies of #CAD4F3
Complementary color
Monochromatic Colors of #CAD4F3
Black with #CAD4F3
Text Example
Text Example
White with #CAD4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4F3; }
p { color: rgb(202,212,243); }
H1.HeaderClassName
{
color: #CAD4F3;
}
.AnyTagClassName
{
color: #CAD4F3;
}
</style>
background-color css
<style>
a { background-color: #CAD4F3; }
a { background-color: rgb(202,212,243); }
div.DivClassName
{
background-color: #CAD4F3;
}
.BgClassName
{
background-color: #CAD4F3;
}
</style>
border-color css
<style>
span { border-color: #CAD4F3; }
span { border-color: rgb(202,212,243); }
td.TdClassName
{
border-color: #CAD4F3;
}
.TagClassName
{
border-color: #CAD4F3;
}
</style>