Shades of Hawkes Blue #CBD8FF
Tints of Hawkes Blue #CBD8FF
RGB
CMYK
RGB Variations
Color information
#CBD8FF (or 0xCBD8FF) is known color: Hawkes Blue. HEX triplet: CB, D8 and FF. RGB value is (203,216,255). Sum of RGB (Red+Green+Blue) = 203+216+255=674 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.12% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD8FF is #342700. Grayscale: #D8D8D8. Windows color (decimal): -3417857 or 16767179. OLE color: 16767179.
HSL color Cylindrical-coordinate representation of color #CBD8FF: hue angle of 225º 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 #CBD8FF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 216 | 255 | - |
| CMYK | 0.20 | 0.15 | 0 | 0 |
| HSL | 225º | 1% | 0.9% | - |
| HSV(B) | 225º | 0.2% | 1% | - |
| XYZ | 67.23 | 69.03 | 104.39 | - |
| YUV | 216.56 | 149.69 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 255 | 0.20 | 0.15 | 0 | 0 | 225 | 1 | 0.9 |
| Hex | CB | D8 | FF | 14 | F | 0 | 0 | E1 | 64 | 5A |
| Octal | 313 | 330 | 377 | 24 | 17 | 0 | 0 | 341 | 144 | 132 |
| Binary | 11001011 | 11011000 | 11111111 | 10100 | 1111 | 0 | 0 | 11100001 | 1100100 | 1011010 |
Color Harmonies of #CBD8FF
Complementary color
Monochromatic Colors of #CBD8FF
Black with #CBD8FF
Text Example
Text Example
White with #CBD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8FF; }
p { color: rgb(203,216,255); }
H1.HeaderClassName
{
color: #CBD8FF;
}
.AnyTagClassName
{
color: #CBD8FF;
}
</style>
background-color css
<style>
a { background-color: #CBD8FF; }
a { background-color: rgb(203,216,255); }
div.DivClassName
{
background-color: #CBD8FF;
}
.BgClassName
{
background-color: #CBD8FF;
}
</style>
border-color css
<style>
span { border-color: #CBD8FF; }
span { border-color: rgb(203,216,255); }
td.TdClassName
{
border-color: #CBD8FF;
}
.TagClassName
{
border-color: #CBD8FF;
}
</style>