Shades of Hawkes Blue #CADCF0
Tints of Hawkes Blue #CADCF0
RGB
CMYK
RGB Variations
Color information
#CADCF0 (or 0xCADCF0) is known color: Hawkes Blue. HEX triplet: CA, DC and F0. RGB value is (202,220,240). Sum of RGB (Red+Green+Blue) = 202+220+240=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #CADCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF0 is #35230F. Grayscale: #D8D8D8. Windows color (decimal): -3482384 or 15785162. OLE color: 15785162.
HSL color Cylindrical-coordinate representation of color #CADCF0: hue angle of 211.58º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CADCF0 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 202 | 220 | 240 | - |
CMYK | 0.16 | 0.08 | 0 | 0.06 |
HSL | 211.58º | 0.56% | 0.87% | - |
HSV(B) | 211.58º | 0.16% | 0.94% | - |
XYZ | 65.68 | 70.03 | 92.49 | - |
YUV | 216.9 | 141.04 | 117.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 220 | 240 | 0.16 | 0.08 | 0 | 0.06 | 211.58 | 0.56 | 0.87 |
Hex | CA | DC | F0 | 10 | 8 | 0 | 6 | D4 | 38 | 57 |
Octal | 312 | 334 | 360 | 20 | 10 | 0 | 6 | 324 | 70 | 127 |
Binary | 11001010 | 11011100 | 11110000 | 10000 | 1000 | 0 | 110 | 11010100 | 111000 | 1010111 |
Color Harmonies of #CADCF0
Complementary color
Monochromatic Colors of #CADCF0
Black with #CADCF0
Text Example
Text Example
White with #CADCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCF0; }
p { color: rgb(202,220,240); }
H1.HeaderClassName
{
color: #CADCF0;
}
.AnyTagClassName
{
color: #CADCF0;
}
</style>
background-color css
<style>
a { background-color: #CADCF0; }
a { background-color: rgb(202,220,240); }
div.DivClassName
{
background-color: #CADCF0;
}
.BgClassName
{
background-color: #CADCF0;
}
</style>
border-color css
<style>
span { border-color: #CADCF0; }
span { border-color: rgb(202,220,240); }
td.TdClassName
{
border-color: #CADCF0;
}
.TagClassName
{
border-color: #CADCF0;
}
</style>