Shades of Hawkes Blue #CADFFD
Tints of Hawkes Blue #CADFFD
RGB
CMYK
RGB Variations
Color information
#CADFFD (or 0xCADFFD) is known color: Hawkes Blue. HEX triplet: CA, DF and FD. RGB value is (202,223,253). Sum of RGB (Red+Green+Blue) = 202+223+253=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #CADFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADFFD is #352002. Grayscale: #DCDCDC. Windows color (decimal): -3481603 or 16637898. OLE color: 16637898.
HSL color Cylindrical-coordinate representation of color #CADFFD: hue angle of 215.29º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CADFFD is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 223 | 253 | - |
CMYK | 0.20 | 0.12 | 0 | 0.01 |
HSL | 215.29º | 0.93% | 0.89% | - |
HSV(B) | 215.29º | 0.2% | 0.99% | - |
XYZ | 68.47 | 72.42 | 103.3 | - |
YUV | 220.14 | 146.54 | 115.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 223 | 253 | 0.20 | 0.12 | 0 | 0.01 | 215.29 | 0.93 | 0.89 |
Hex | CA | DF | FD | 14 | C | 0 | 1 | D7 | 5D | 59 |
Octal | 312 | 337 | 375 | 24 | 14 | 0 | 1 | 327 | 135 | 131 |
Binary | 11001010 | 11011111 | 11111101 | 10100 | 1100 | 0 | 1 | 11010111 | 1011101 | 1011001 |
Color Harmonies of #CADFFD
Complementary color
Monochromatic Colors of #CADFFD
Black with #CADFFD
Text Example
Text Example
White with #CADFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADFFD; }
p { color: rgb(202,223,253); }
H1.HeaderClassName
{
color: #CADFFD;
}
.AnyTagClassName
{
color: #CADFFD;
}
</style>
background-color css
<style>
a { background-color: #CADFFD; }
a { background-color: rgb(202,223,253); }
div.DivClassName
{
background-color: #CADFFD;
}
.BgClassName
{
background-color: #CADFFD;
}
</style>
border-color css
<style>
span { border-color: #CADFFD; }
span { border-color: rgb(202,223,253); }
td.TdClassName
{
border-color: #CADFFD;
}
.TagClassName
{
border-color: #CADFFD;
}
</style>