Shades of Hawkes Blue #CBE1FF
Tints of Hawkes Blue #CBE1FF
RGB
CMYK
RGB Variations
Color information
#CBE1FF (or 0xCBE1FF) is known color: Hawkes Blue. HEX triplet: CB, E1 and FF. RGB value is (203,225,255). Sum of RGB (Red+Green+Blue) = 203+225+255=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1FF is #341E00. Grayscale: #DDDDDD. Windows color (decimal): -3415553 or 16769483. OLE color: 16769483.
HSL color Cylindrical-coordinate representation of color #CBE1FF: hue angle of 214.62º 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 #CBE1FF is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 225 | 255 | - |
| CMYK | 0.20 | 0.12 | 0 | 0 |
| HSL | 214.62º | 1% | 0.9% | - |
| HSV(B) | 214.62º | 0.2% | 1% | - |
| XYZ | 69.6 | 73.77 | 105.18 | - |
| YUV | 221.84 | 146.71 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 225 | 255 | 0.20 | 0.12 | 0 | 0 | 214.62 | 1 | 0.9 |
| Hex | CB | E1 | FF | 14 | C | 0 | 0 | D7 | 64 | 5A |
| Octal | 313 | 341 | 377 | 24 | 14 | 0 | 0 | 327 | 144 | 132 |
| Binary | 11001011 | 11100001 | 11111111 | 10100 | 1100 | 0 | 0 | 11010111 | 1100100 | 1011010 |
Color Harmonies of #CBE1FF
Complementary color
Monochromatic Colors of #CBE1FF
Black with #CBE1FF
Text Example
Text Example
White with #CBE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE1FF; }
p { color: rgb(203,225,255); }
H1.HeaderClassName
{
color: #CBE1FF;
}
.AnyTagClassName
{
color: #CBE1FF;
}
</style>
background-color css
<style>
a { background-color: #CBE1FF; }
a { background-color: rgb(203,225,255); }
div.DivClassName
{
background-color: #CBE1FF;
}
.BgClassName
{
background-color: #CBE1FF;
}
</style>
border-color css
<style>
span { border-color: #CBE1FF; }
span { border-color: rgb(203,225,255); }
td.TdClassName
{
border-color: #CBE1FF;
}
.TagClassName
{
border-color: #CBE1FF;
}
</style>