Shades of Hawkes Blue #CBD6F6
Tints of Hawkes Blue #CBD6F6
RGB
CMYK
RGB Variations
Color information
#CBD6F6 (or 0xCBD6F6) is known color: Hawkes Blue. HEX triplet: CB, D6 and F6. RGB value is (203,214,246). Sum of RGB (Red+Green+Blue) = 203+214+246=663 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.62% from 663); Green value is 214 (83.98% from 255 or 32.28% from 663); Blue value is 246 (96.48% from 255 or 37.10% from 663); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBD6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD6F6 is #342909. Grayscale: #D6D6D6. Windows color (decimal): -3418378 or 16176843. OLE color: 16176843.
HSL color Cylindrical-coordinate representation of color #CBD6F6: hue angle of 224.65º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBD6F6 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 214 | 246 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.04 |
| HSL | 224.65º | 0.7% | 0.88% | - |
| HSV(B) | 224.65º | 0.17% | 0.96% | - |
| XYZ | 65.31 | 67.44 | 96.76 | - |
| YUV | 214.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 246 | 0.17 | 0.13 | 0 | 0.04 | 224.65 | 0.7 | 0.88 |
| Hex | CB | D6 | F6 | 11 | D | 0 | 4 | E1 | 46 | 58 |
| Octal | 313 | 326 | 366 | 21 | 15 | 0 | 4 | 341 | 106 | 130 |
| Binary | 11001011 | 11010110 | 11110110 | 10001 | 1101 | 0 | 100 | 11100001 | 1000110 | 1011000 |
Color Harmonies of #CBD6F6
Complementary color
Monochromatic Colors of #CBD6F6
Black with #CBD6F6
Text Example
Text Example
White with #CBD6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD6F6; }
p { color: rgb(203,214,246); }
H1.HeaderClassName
{
color: #CBD6F6;
}
.AnyTagClassName
{
color: #CBD6F6;
}
</style>
background-color css
<style>
a { background-color: #CBD6F6; }
a { background-color: rgb(203,214,246); }
div.DivClassName
{
background-color: #CBD6F6;
}
.BgClassName
{
background-color: #CBD6F6;
}
</style>
border-color css
<style>
span { border-color: #CBD6F6; }
span { border-color: rgb(203,214,246); }
td.TdClassName
{
border-color: #CBD6F6;
}
.TagClassName
{
border-color: #CBD6F6;
}
</style>