Shades of Hawkes Blue #CBDAFD
Tints of Hawkes Blue #CBDAFD
RGB
CMYK
RGB Variations
Color information
#CBDAFD (or 0xCBDAFD) is known color: Hawkes Blue. HEX triplet: CB, DA and FD. RGB value is (203,218,253). Sum of RGB (Red+Green+Blue) = 203+218+253=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBDAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAFD is #342502. Grayscale: #D9D9D9. Windows color (decimal): -3417347 or 16636619. OLE color: 16636619.
HSL color Cylindrical-coordinate representation of color #CBDAFD: hue angle of 222º 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 #CBDAFD is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 218 | 253 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.01 |
| HSL | 222º | 0.93% | 0.89% | - |
| HSV(B) | 222º | 0.2% | 0.99% | - |
| XYZ | 67.43 | 69.93 | 102.87 | - |
| YUV | 217.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 253 | 0.20 | 0.14 | 0 | 0.01 | 222 | 0.93 | 0.89 |
| Hex | CB | DA | FD | 14 | E | 0 | 1 | DE | 5D | 59 |
| Octal | 313 | 332 | 375 | 24 | 16 | 0 | 1 | 336 | 135 | 131 |
| Binary | 11001011 | 11011010 | 11111101 | 10100 | 1110 | 0 | 1 | 11011110 | 1011101 | 1011001 |
Color Harmonies of #CBDAFD
Complementary color
Monochromatic Colors of #CBDAFD
Black with #CBDAFD
Text Example
Text Example
White with #CBDAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAFD; }
p { color: rgb(203,218,253); }
H1.HeaderClassName
{
color: #CBDAFD;
}
.AnyTagClassName
{
color: #CBDAFD;
}
</style>
background-color css
<style>
a { background-color: #CBDAFD; }
a { background-color: rgb(203,218,253); }
div.DivClassName
{
background-color: #CBDAFD;
}
.BgClassName
{
background-color: #CBDAFD;
}
</style>
border-color css
<style>
span { border-color: #CBDAFD; }
span { border-color: rgb(203,218,253); }
td.TdClassName
{
border-color: #CBDAFD;
}
.TagClassName
{
border-color: #CBDAFD;
}
</style>