Shades of Hawkes Blue #CBDBFD
Tints of Hawkes Blue #CBDBFD
RGB
CMYK
RGB Variations
Color information
#CBDBFD (or 0xCBDBFD) is known color: Hawkes Blue. HEX triplet: CB, DB and FD. RGB value is (203,219,253). Sum of RGB (Red+Green+Blue) = 203+219+253=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBDBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBFD is #342402. Grayscale: #D9D9D9. Windows color (decimal): -3417091 or 16636875. OLE color: 16636875.
HSL color Cylindrical-coordinate representation of color #CBDBFD: hue angle of 220.8º 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 #CBDBFD is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 219 | 253 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.01 |
| HSL | 220.8º | 0.93% | 0.89% | - |
| HSV(B) | 220.8º | 0.2% | 0.99% | - |
| XYZ | 67.69 | 70.45 | 102.96 | - |
| YUV | 218.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 253 | 0.20 | 0.13 | 0 | 0.01 | 220.8 | 0.93 | 0.89 |
| Hex | CB | DB | FD | 14 | D | 0 | 1 | DD | 5D | 59 |
| Octal | 313 | 333 | 375 | 24 | 15 | 0 | 1 | 335 | 135 | 131 |
| Binary | 11001011 | 11011011 | 11111101 | 10100 | 1101 | 0 | 1 | 11011101 | 1011101 | 1011001 |
Color Harmonies of #CBDBFD
Complementary color
Monochromatic Colors of #CBDBFD
Black with #CBDBFD
Text Example
Text Example
White with #CBDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBFD; }
p { color: rgb(203,219,253); }
H1.HeaderClassName
{
color: #CBDBFD;
}
.AnyTagClassName
{
color: #CBDBFD;
}
</style>
background-color css
<style>
a { background-color: #CBDBFD; }
a { background-color: rgb(203,219,253); }
div.DivClassName
{
background-color: #CBDBFD;
}
.BgClassName
{
background-color: #CBDBFD;
}
</style>
border-color css
<style>
span { border-color: #CBDBFD; }
span { border-color: rgb(203,219,253); }
td.TdClassName
{
border-color: #CBDBFD;
}
.TagClassName
{
border-color: #CBDBFD;
}
</style>