Shades of Hawkes Blue #CBDBFF
Tints of Hawkes Blue #CBDBFF
RGB
CMYK
RGB Variations
Color information
#CBDBFF (or 0xCBDBFF) is known color: Hawkes Blue. HEX triplet: CB, DB and FF. RGB value is (203,219,255). Sum of RGB (Red+Green+Blue) = 203+219+255=677 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.99% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 255 (100% from 255 or 37.67% from 677); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBFF is #342400. Grayscale: #DADADA. Windows color (decimal): -3417089 or 16767947. OLE color: 16767947.
HSL color Cylindrical-coordinate representation of color #CBDBFF: hue angle of 221.54º 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 #CBDBFF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 219 | 255 | - |
| CMYK | 0.20 | 0.14 | 0 | 0 |
| HSL | 221.54º | 1% | 0.9% | - |
| HSV(B) | 221.54º | 0.2% | 1% | - |
| XYZ | 68.01 | 70.58 | 104.65 | - |
| YUV | 218.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 255 | 0.20 | 0.14 | 0 | 0 | 221.54 | 1 | 0.9 |
| Hex | CB | DB | FF | 14 | E | 0 | 0 | DE | 64 | 5A |
| Octal | 313 | 333 | 377 | 24 | 16 | 0 | 0 | 336 | 144 | 132 |
| Binary | 11001011 | 11011011 | 11111111 | 10100 | 1110 | 0 | 0 | 11011110 | 1100100 | 1011010 |
Color Harmonies of #CBDBFF
Complementary color
Monochromatic Colors of #CBDBFF
Black with #CBDBFF
Text Example
Text Example
White with #CBDBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDBFF; }
p { color: rgb(203,219,255); }
H1.HeaderClassName
{
color: #CBDBFF;
}
.AnyTagClassName
{
color: #CBDBFF;
}
</style>
background-color css
<style>
a { background-color: #CBDBFF; }
a { background-color: rgb(203,219,255); }
div.DivClassName
{
background-color: #CBDBFF;
}
.BgClassName
{
background-color: #CBDBFF;
}
</style>
border-color css
<style>
span { border-color: #CBDBFF; }
span { border-color: rgb(203,219,255); }
td.TdClassName
{
border-color: #CBDBFF;
}
.TagClassName
{
border-color: #CBDBFF;
}
</style>