Shades of Hawkes Blue #CBD9F5
Tints of Hawkes Blue #CBD9F5
RGB
CMYK
RGB Variations
Color information
#CBD9F5 (or 0xCBD9F5) is known color: Hawkes Blue. HEX triplet: CB, D9 and F5. RGB value is (203,217,245). Sum of RGB (Red+Green+Blue) = 203+217+245=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 245 (96.09% from 255 or 36.84% from 665); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBD9F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD9F5 is #34260A. Grayscale: #D7D7D7. Windows color (decimal): -3417611 or 16112075. OLE color: 16112075.
HSL color Cylindrical-coordinate representation of color #CBD9F5: hue angle of 220º degrees, saturation: 0.68, 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 #CBD9F5 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 217 | 245 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.04 |
| HSL | 220º | 0.68% | 0.88% | - |
| HSV(B) | 220º | 0.17% | 0.96% | - |
| XYZ | 65.92 | 68.91 | 96.21 | - |
| YUV | 216.01 | 144.36 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 217 | 245 | 0.17 | 0.11 | 0 | 0.04 | 220 | 0.68 | 0.88 |
| Hex | CB | D9 | F5 | 11 | B | 0 | 4 | DC | 44 | 58 |
| Octal | 313 | 331 | 365 | 21 | 13 | 0 | 4 | 334 | 104 | 130 |
| Binary | 11001011 | 11011001 | 11110101 | 10001 | 1011 | 0 | 100 | 11011100 | 1000100 | 1011000 |
Color Harmonies of #CBD9F5
Complementary color
Monochromatic Colors of #CBD9F5
Black with #CBD9F5
Text Example
Text Example
White with #CBD9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD9F5; }
p { color: rgb(203,217,245); }
H1.HeaderClassName
{
color: #CBD9F5;
}
.AnyTagClassName
{
color: #CBD9F5;
}
</style>
background-color css
<style>
a { background-color: #CBD9F5; }
a { background-color: rgb(203,217,245); }
div.DivClassName
{
background-color: #CBD9F5;
}
.BgClassName
{
background-color: #CBD9F5;
}
</style>
border-color css
<style>
span { border-color: #CBD9F5; }
span { border-color: rgb(203,217,245); }
td.TdClassName
{
border-color: #CBD9F5;
}
.TagClassName
{
border-color: #CBD9F5;
}
</style>