Shades of Hawkes Blue #CAD8FB
Tints of Hawkes Blue #CAD8FB
RGB
CMYK
RGB Variations
Color information
#CAD8FB (or 0xCAD8FB) is known color: Hawkes Blue. HEX triplet: CA, D8 and FB. RGB value is (202,216,251). Sum of RGB (Red+Green+Blue) = 202+216+251=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 216 (84.77% from 255 or 32.29% from 669); Blue value is 251 (98.44% from 255 or 37.52% from 669); Max value from RGB is 251 - color contains mainly: blue. Hex color #CAD8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD8FB is #352704. Grayscale: #D7D7D7. Windows color (decimal): -3483397 or 16505034. OLE color: 16505034.
HSL color Cylindrical-coordinate representation of color #CAD8FB: hue angle of 222.86º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD8FB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 216 | 251 | - |
CMYK | 0.20 | 0.14 | 0 | 0.02 |
HSL | 222.86º | 0.86% | 0.89% | - |
HSV(B) | 222.86º | 0.2% | 0.98% | - |
XYZ | 66.33 | 68.63 | 101.02 | - |
YUV | 215.8 | 147.86 | 118.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 216 | 251 | 0.20 | 0.14 | 0 | 0.02 | 222.86 | 0.86 | 0.89 |
Hex | CA | D8 | FB | 14 | E | 0 | 2 | DF | 56 | 59 |
Octal | 312 | 330 | 373 | 24 | 16 | 0 | 2 | 337 | 126 | 131 |
Binary | 11001010 | 11011000 | 11111011 | 10100 | 1110 | 0 | 10 | 11011111 | 1010110 | 1011001 |
Color Harmonies of #CAD8FB
Complementary color
Monochromatic Colors of #CAD8FB
Black with #CAD8FB
Text Example
Text Example
White with #CAD8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD8FB; }
p { color: rgb(202,216,251); }
H1.HeaderClassName
{
color: #CAD8FB;
}
.AnyTagClassName
{
color: #CAD8FB;
}
</style>
background-color css
<style>
a { background-color: #CAD8FB; }
a { background-color: rgb(202,216,251); }
div.DivClassName
{
background-color: #CAD8FB;
}
.BgClassName
{
background-color: #CAD8FB;
}
</style>
border-color css
<style>
span { border-color: #CAD8FB; }
span { border-color: rgb(202,216,251); }
td.TdClassName
{
border-color: #CAD8FB;
}
.TagClassName
{
border-color: #CAD8FB;
}
</style>