Shades of Hawkes Blue #CAD9F2
Tints of Hawkes Blue #CAD9F2
RGB
CMYK
RGB Variations
Color information
#CAD9F2 (or 0xCAD9F2) is known color: Hawkes Blue. HEX triplet: CA, D9 and F2. RGB value is (202,217,242). Sum of RGB (Red+Green+Blue) = 202+217+242=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9F2 is #35260D. Grayscale: #D7D7D7. Windows color (decimal): -3483150 or 15915466. OLE color: 15915466.
HSL color Cylindrical-coordinate representation of color #CAD9F2: hue angle of 217.5º degrees, saturation: 0.61, 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 #CAD9F2 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 202 | 217 | 242 | - |
CMYK | 0.17 | 0.10 | 0 | 0.05 |
HSL | 217.5º | 0.61% | 0.87% | - |
HSV(B) | 217.5º | 0.17% | 0.95% | - |
XYZ | 65.2 | 68.59 | 93.81 | - |
YUV | 215.37 | 143.03 | 118.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 217 | 242 | 0.17 | 0.10 | 0 | 0.05 | 217.5 | 0.61 | 0.87 |
Hex | CA | D9 | F2 | 11 | A | 0 | 5 | DA | 3D | 57 |
Octal | 312 | 331 | 362 | 21 | 12 | 0 | 5 | 332 | 75 | 127 |
Binary | 11001010 | 11011001 | 11110010 | 10001 | 1010 | 0 | 101 | 11011010 | 111101 | 1010111 |
Color Harmonies of #CAD9F2
Complementary color
Monochromatic Colors of #CAD9F2
Black with #CAD9F2
Text Example
Text Example
White with #CAD9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD9F2; }
p { color: rgb(202,217,242); }
H1.HeaderClassName
{
color: #CAD9F2;
}
.AnyTagClassName
{
color: #CAD9F2;
}
</style>
background-color css
<style>
a { background-color: #CAD9F2; }
a { background-color: rgb(202,217,242); }
div.DivClassName
{
background-color: #CAD9F2;
}
.BgClassName
{
background-color: #CAD9F2;
}
</style>
border-color css
<style>
span { border-color: #CAD9F2; }
span { border-color: rgb(202,217,242); }
td.TdClassName
{
border-color: #CAD9F2;
}
.TagClassName
{
border-color: #CAD9F2;
}
</style>