Shades of Hawkes Blue #C3DDFE
Tints of Hawkes Blue #C3DDFE
RGB
CMYK
RGB Variations
Color information
#C3DDFE (or 0xC3DDFE) is known color: Hawkes Blue. HEX triplet: C3, DD and FE. RGB value is (195,221,254). Sum of RGB (Red+Green+Blue) = 195+221+254=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #C3DDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3DDFE is #3C2201. Grayscale: #D8D8D8. Windows color (decimal): -3940866 or 16702915. OLE color: 16702915.
HSL color Cylindrical-coordinate representation of color #C3DDFE: hue angle of 213.56º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3DDFE is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 221 | 254 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.00 |
| HSL | 213.56º | 0.97% | 0.88% | - |
| HSV(B) | 213.56º | 0.23% | 1% | - |
| XYZ | 66.25 | 70.47 | 103.88 | - |
| YUV | 216.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 221 | 254 | 0.23 | 0.13 | 0 | 0.00 | 213.56 | 0.97 | 0.88 |
| Hex | C3 | DD | FE | 17 | D | 0 | 0 | D6 | 61 | 58 |
| Octal | 303 | 335 | 376 | 27 | 15 | 0 | 0 | 326 | 141 | 130 |
| Binary | 11000011 | 11011101 | 11111110 | 10111 | 1101 | 0 | 0 | 11010110 | 1100001 | 1011000 |
Color Harmonies of #C3DDFE
Complementary color
Monochromatic Colors of #C3DDFE
Black with #C3DDFE
Text Example
Text Example
White with #C3DDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3DDFE; }
p { color: rgb(195,221,254); }
H1.HeaderClassName
{
color: #C3DDFE;
}
.AnyTagClassName
{
color: #C3DDFE;
}
</style>
background-color css
<style>
a { background-color: #C3DDFE; }
a { background-color: rgb(195,221,254); }
div.DivClassName
{
background-color: #C3DDFE;
}
.BgClassName
{
background-color: #C3DDFE;
}
</style>
border-color css
<style>
span { border-color: #C3DDFE; }
span { border-color: rgb(195,221,254); }
td.TdClassName
{
border-color: #C3DDFE;
}
.TagClassName
{
border-color: #C3DDFE;
}
</style>