Shades of Hawkes Blue #CAD6F3
Tints of Hawkes Blue #CAD6F3
RGB
CMYK
RGB Variations
Color information
#CAD6F3 (or 0xCAD6F3) is known color: Hawkes Blue. HEX triplet: CA, D6 and F3. RGB value is (202,214,243). Sum of RGB (Red+Green+Blue) = 202+214+243=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 214 (83.98% from 255 or 32.47% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAD6F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6F3 is #35290C. Grayscale: #D5D5D5. Windows color (decimal): -3483917 or 15980234. OLE color: 15980234.
HSL color Cylindrical-coordinate representation of color #CAD6F3: hue angle of 222.44º 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 #CAD6F3 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 214 | 243 | - |
CMYK | 0.17 | 0.12 | 0 | 0.05 |
HSL | 222.44º | 0.63% | 0.87% | - |
HSV(B) | 222.44º | 0.17% | 0.95% | - |
XYZ | 64.58 | 67.12 | 94.35 | - |
YUV | 213.72 | 144.52 | 119.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 214 | 243 | 0.17 | 0.12 | 0 | 0.05 | 222.44 | 0.63 | 0.87 |
Hex | CA | D6 | F3 | 11 | C | 0 | 5 | DE | 3F | 57 |
Octal | 312 | 326 | 363 | 21 | 14 | 0 | 5 | 336 | 77 | 127 |
Binary | 11001010 | 11010110 | 11110011 | 10001 | 1100 | 0 | 101 | 11011110 | 111111 | 1010111 |
Color Harmonies of #CAD6F3
Complementary color
Monochromatic Colors of #CAD6F3
Black with #CAD6F3
Text Example
Text Example
White with #CAD6F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD6F3; }
p { color: rgb(202,214,243); }
H1.HeaderClassName
{
color: #CAD6F3;
}
.AnyTagClassName
{
color: #CAD6F3;
}
</style>
background-color css
<style>
a { background-color: #CAD6F3; }
a { background-color: rgb(202,214,243); }
div.DivClassName
{
background-color: #CAD6F3;
}
.BgClassName
{
background-color: #CAD6F3;
}
</style>
border-color css
<style>
span { border-color: #CAD6F3; }
span { border-color: rgb(202,214,243); }
td.TdClassName
{
border-color: #CAD6F3;
}
.TagClassName
{
border-color: #CAD6F3;
}
</style>