Shades of Hawkes Blue #CBD6F0
Tints of Hawkes Blue #CBD6F0
RGB
CMYK
RGB Variations
Color information
#CBD6F0 (or 0xCBD6F0) is known color: Hawkes Blue. HEX triplet: CB, D6 and F0. RGB value is (203,214,240). Sum of RGB (Red+Green+Blue) = 203+214+240=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 214 (83.98% from 255 or 32.57% from 657); Blue value is 240 (94.14% from 255 or 36.53% from 657); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBD6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6F0 is #34290F. Grayscale: #D5D5D5. Windows color (decimal): -3418384 or 15783627. OLE color: 15783627.
HSL color Cylindrical-coordinate representation of color #CBD6F0: hue angle of 222.16º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBD6F0 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 214 | 240 | - |
| CMYK | 0.15 | 0.11 | 0 | 0.06 |
| HSL | 222.16º | 0.55% | 0.87% | - |
| HSV(B) | 222.16º | 0.15% | 0.94% | - |
| XYZ | 64.4 | 67.08 | 91.99 | - |
| YUV | 213.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 240 | 0.15 | 0.11 | 0 | 0.06 | 222.16 | 0.55 | 0.87 |
| Hex | CB | D6 | F0 | F | B | 0 | 6 | DE | 37 | 57 |
| Octal | 313 | 326 | 360 | 17 | 13 | 0 | 6 | 336 | 67 | 127 |
| Binary | 11001011 | 11010110 | 11110000 | 1111 | 1011 | 0 | 110 | 11011110 | 110111 | 1010111 |
Color Harmonies of #CBD6F0
Complementary color
Monochromatic Colors of #CBD6F0
Black with #CBD6F0
Text Example
Text Example
White with #CBD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6F0; }
p { color: rgb(203,214,240); }
H1.HeaderClassName
{
color: #CBD6F0;
}
.AnyTagClassName
{
color: #CBD6F0;
}
</style>
background-color css
<style>
a { background-color: #CBD6F0; }
a { background-color: rgb(203,214,240); }
div.DivClassName
{
background-color: #CBD6F0;
}
.BgClassName
{
background-color: #CBD6F0;
}
</style>
border-color css
<style>
span { border-color: #CBD6F0; }
span { border-color: rgb(203,214,240); }
td.TdClassName
{
border-color: #CBD6F0;
}
.TagClassName
{
border-color: #CBD6F0;
}
</style>