Shades of Hawkes Blue #CBD8F3
Tints of Hawkes Blue #CBD8F3
RGB
CMYK
RGB Variations
Color information
#CBD8F3 (or 0xCBD8F3) is known color: Hawkes Blue. HEX triplet: CB, D8 and F3. RGB value is (203,216,243). Sum of RGB (Red+Green+Blue) = 203+216+243=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 216 (84.77% from 255 or 32.63% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBD8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD8F3 is #34270C. Grayscale: #D7D7D7. Windows color (decimal): -3417869 or 15980747. OLE color: 15980747.
HSL color Cylindrical-coordinate representation of color #CBD8F3: hue angle of 220.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBD8F3 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 216 | 243 | - |
| CMYK | 0.16 | 0.11 | 0 | 0.05 |
| HSL | 220.5º | 0.63% | 0.87% | - |
| HSV(B) | 220.5º | 0.16% | 0.95% | - |
| XYZ | 65.36 | 68.28 | 94.53 | - |
| YUV | 215.19 | 143.69 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 216 | 243 | 0.16 | 0.11 | 0 | 0.05 | 220.5 | 0.63 | 0.87 |
| Hex | CB | D8 | F3 | 10 | B | 0 | 5 | DC | 3E | 57 |
| Octal | 313 | 330 | 363 | 20 | 13 | 0 | 5 | 334 | 76 | 127 |
| Binary | 11001011 | 11011000 | 11110011 | 10000 | 1011 | 0 | 101 | 11011100 | 111110 | 1010111 |
Color Harmonies of #CBD8F3
Complementary color
Monochromatic Colors of #CBD8F3
Black with #CBD8F3
Text Example
Text Example
White with #CBD8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD8F3; }
p { color: rgb(203,216,243); }
H1.HeaderClassName
{
color: #CBD8F3;
}
.AnyTagClassName
{
color: #CBD8F3;
}
</style>
background-color css
<style>
a { background-color: #CBD8F3; }
a { background-color: rgb(203,216,243); }
div.DivClassName
{
background-color: #CBD8F3;
}
.BgClassName
{
background-color: #CBD8F3;
}
</style>
border-color css
<style>
span { border-color: #CBD8F3; }
span { border-color: rgb(203,216,243); }
td.TdClassName
{
border-color: #CBD8F3;
}
.TagClassName
{
border-color: #CBD8F3;
}
</style>