Shades of Hawkes Blue #CBD9FF
Tints of Hawkes Blue #CBD9FF
RGB
CMYK
RGB Variations
Color information
#CBD9FF (or 0xCBD9FF) is known color: Hawkes Blue. HEX triplet: CB, D9 and FF. RGB value is (203,217,255). Sum of RGB (Red+Green+Blue) = 203+217+255=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD9FF is #342600. Grayscale: #D8D8D8. Windows color (decimal): -3417601 or 16767435. OLE color: 16767435.
HSL color Cylindrical-coordinate representation of color #CBD9FF: hue angle of 223.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD9FF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 217 | 255 | - |
| CMYK | 0.20 | 0.15 | 0 | 0 |
| HSL | 223.85º | 1% | 0.9% | - |
| HSV(B) | 223.85º | 0.2% | 1% | - |
| XYZ | 67.49 | 69.54 | 104.47 | - |
| YUV | 217.15 | 149.36 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 255 | 0.20 | 0.15 | 0 | 0 | 223.85 | 1 | 0.9 |
| Hex | CB | D9 | FF | 14 | F | 0 | 0 | E0 | 64 | 5A |
| Octal | 313 | 331 | 377 | 24 | 17 | 0 | 0 | 340 | 144 | 132 |
| Binary | 11001011 | 11011001 | 11111111 | 10100 | 1111 | 0 | 0 | 11100000 | 1100100 | 1011010 |
Color Harmonies of #CBD9FF
Complementary color
Monochromatic Colors of #CBD9FF
Black with #CBD9FF
Text Example
Text Example
White with #CBD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9FF; }
p { color: rgb(203,217,255); }
H1.HeaderClassName
{
color: #CBD9FF;
}
.AnyTagClassName
{
color: #CBD9FF;
}
</style>
background-color css
<style>
a { background-color: #CBD9FF; }
a { background-color: rgb(203,217,255); }
div.DivClassName
{
background-color: #CBD9FF;
}
.BgClassName
{
background-color: #CBD9FF;
}
</style>
border-color css
<style>
span { border-color: #CBD9FF; }
span { border-color: rgb(203,217,255); }
td.TdClassName
{
border-color: #CBD9FF;
}
.TagClassName
{
border-color: #CBD9FF;
}
</style>