Shades of Hawkes Blue #CADCFE
Tints of Hawkes Blue #CADCFE
RGB
CMYK
RGB Variations
Color information
#CADCFE (or 0xCADCFE) is known color: Hawkes Blue. HEX triplet: CA, DC and FE. RGB value is (202,220,254). Sum of RGB (Red+Green+Blue) = 202+220+254=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 220 (86.33% from 255 or 32.54% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #CADCFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCFE is #352301. Grayscale: #DADADA. Windows color (decimal): -3482370 or 16702666. OLE color: 16702666.
HSL color Cylindrical-coordinate representation of color #CADCFE: hue angle of 219.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADCFE is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 220 | 254 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.00 |
| HSL | 219.23º | 0.96% | 0.89% | - |
| HSV(B) | 219.23º | 0.2% | 1% | - |
| XYZ | 67.84 | 70.9 | 103.88 | - |
| YUV | 218.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 254 | 0.20 | 0.13 | 0 | 0.00 | 219.23 | 0.96 | 0.89 |
| Hex | CA | DC | FE | 14 | D | 0 | 0 | DB | 60 | 59 |
| Octal | 312 | 334 | 376 | 24 | 15 | 0 | 0 | 333 | 140 | 131 |
| Binary | 11001010 | 11011100 | 11111110 | 10100 | 1101 | 0 | 0 | 11011011 | 1100000 | 1011001 |
Color Harmonies of #CADCFE
Complementary color
Monochromatic Colors of #CADCFE
Black with #CADCFE
Text Example
Text Example
White with #CADCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADCFE; }
p { color: rgb(202,220,254); }
H1.HeaderClassName
{
color: #CADCFE;
}
.AnyTagClassName
{
color: #CADCFE;
}
</style>
background-color css
<style>
a { background-color: #CADCFE; }
a { background-color: rgb(202,220,254); }
div.DivClassName
{
background-color: #CADCFE;
}
.BgClassName
{
background-color: #CADCFE;
}
</style>
border-color css
<style>
span { border-color: #CADCFE; }
span { border-color: rgb(202,220,254); }
td.TdClassName
{
border-color: #CADCFE;
}
.TagClassName
{
border-color: #CADCFE;
}
</style>