Shades of Hawkes Blue #CBD6F7
Tints of Hawkes Blue #CBD6F7
RGB
CMYK
RGB Variations
Color information
#CBD6F7 (or 0xCBD6F7) is known color: Hawkes Blue. HEX triplet: CB, D6 and F7. RGB value is (203,214,247). Sum of RGB (Red+Green+Blue) = 203+214+247=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 214 (83.98% from 255 or 32.23% from 664); Blue value is 247 (96.88% from 255 or 37.20% from 664); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBD6F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6F7 is #342908. Grayscale: #D6D6D6. Windows color (decimal): -3418377 or 16242379. OLE color: 16242379.
HSL color Cylindrical-coordinate representation of color #CBD6F7: hue angle of 225º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBD6F7 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 214 | 247 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.03 |
| HSL | 225º | 0.73% | 0.88% | - |
| HSV(B) | 225º | 0.18% | 0.97% | - |
| XYZ | 65.46 | 67.51 | 97.58 | - |
| YUV | 214.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 247 | 0.18 | 0.13 | 0 | 0.03 | 225 | 0.73 | 0.88 |
| Hex | CB | D6 | F7 | 12 | D | 0 | 3 | E1 | 49 | 58 |
| Octal | 313 | 326 | 367 | 22 | 15 | 0 | 3 | 341 | 111 | 130 |
| Binary | 11001011 | 11010110 | 11110111 | 10010 | 1101 | 0 | 11 | 11100001 | 1001001 | 1011000 |
Color Harmonies of #CBD6F7
Complementary color
Monochromatic Colors of #CBD6F7
Black with #CBD6F7
Text Example
Text Example
White with #CBD6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6F7; }
p { color: rgb(203,214,247); }
H1.HeaderClassName
{
color: #CBD6F7;
}
.AnyTagClassName
{
color: #CBD6F7;
}
</style>
background-color css
<style>
a { background-color: #CBD6F7; }
a { background-color: rgb(203,214,247); }
div.DivClassName
{
background-color: #CBD6F7;
}
.BgClassName
{
background-color: #CBD6F7;
}
</style>
border-color css
<style>
span { border-color: #CBD6F7; }
span { border-color: rgb(203,214,247); }
td.TdClassName
{
border-color: #CBD6F7;
}
.TagClassName
{
border-color: #CBD6F7;
}
</style>