Shades of Hawkes Blue #CADFFB
Tints of Hawkes Blue #CADFFB
RGB
CMYK
RGB Variations
Color information
#CADFFB (or 0xCADFFB) is known color: Hawkes Blue. HEX triplet: CA, DF and FB. RGB value is (202,223,251). Sum of RGB (Red+Green+Blue) = 202+223+251=676 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.88% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #CADFFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFFB is #352004. Grayscale: #DBDBDB. Windows color (decimal): -3481605 or 16506826. OLE color: 16506826.
HSL color Cylindrical-coordinate representation of color #CADFFB: hue angle of 214.29º 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 #CADFFB is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 223 | 251 | - |
CMYK | 0.20 | 0.11 | 0 | 0.02 |
HSL | 214.29º | 0.86% | 0.89% | - |
HSV(B) | 214.29º | 0.2% | 0.98% | - |
XYZ | 68.16 | 72.3 | 101.63 | - |
YUV | 219.91 | 145.54 | 115.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 251 | 0.20 | 0.11 | 0 | 0.02 | 214.29 | 0.86 | 0.89 |
Hex | CA | DF | FB | 14 | B | 0 | 2 | D6 | 56 | 59 |
Octal | 312 | 337 | 373 | 24 | 13 | 0 | 2 | 326 | 126 | 131 |
Binary | 11001010 | 11011111 | 11111011 | 10100 | 1011 | 0 | 10 | 11010110 | 1010110 | 1011001 |
Color Harmonies of #CADFFB
Complementary color
Monochromatic Colors of #CADFFB
Black with #CADFFB
Text Example
Text Example
White with #CADFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFFB; }
p { color: rgb(202,223,251); }
H1.HeaderClassName
{
color: #CADFFB;
}
.AnyTagClassName
{
color: #CADFFB;
}
</style>
background-color css
<style>
a { background-color: #CADFFB; }
a { background-color: rgb(202,223,251); }
div.DivClassName
{
background-color: #CADFFB;
}
.BgClassName
{
background-color: #CADFFB;
}
</style>
border-color css
<style>
span { border-color: #CADFFB; }
span { border-color: rgb(202,223,251); }
td.TdClassName
{
border-color: #CADFFB;
}
.TagClassName
{
border-color: #CADFFB;
}
</style>