Shades of Hawkes Blue #CBD2F1
Tints of Hawkes Blue #CBD2F1
RGB
CMYK
RGB Variations
Color information
#CBD2F1 (or 0xCBD2F1) is known color: Hawkes Blue. HEX triplet: CB, D2 and F1. RGB value is (203,210,241). Sum of RGB (Red+Green+Blue) = 203+210+241=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 241 (94.53% from 255 or 36.85% from 654); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD2F1 is #342D0E. Grayscale: #D3D3D3. Windows color (decimal): -3419407 or 15848139. OLE color: 15848139.
HSL color Cylindrical-coordinate representation of color #CBD2F1: hue angle of 228.95º degrees, saturation: 0.58, 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 #CBD2F1 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 210 | 241 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 228.95º | 0.58% | 0.87% | - |
| HSV(B) | 228.95º | 0.16% | 0.95% | - |
| XYZ | 63.55 | 65.14 | 92.44 | - |
| YUV | 211.44 | 144.68 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 241 | 0.16 | 0.13 | 0 | 0.05 | 228.95 | 0.58 | 0.87 |
| Hex | CB | D2 | F1 | 10 | D | 0 | 5 | E5 | 3A | 57 |
| Octal | 313 | 322 | 361 | 20 | 15 | 0 | 5 | 345 | 72 | 127 |
| Binary | 11001011 | 11010010 | 11110001 | 10000 | 1101 | 0 | 101 | 11100101 | 111010 | 1010111 |
Color Harmonies of #CBD2F1
Complementary color
Monochromatic Colors of #CBD2F1
Black with #CBD2F1
Text Example
Text Example
White with #CBD2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD2F1; }
p { color: rgb(203,210,241); }
H1.HeaderClassName
{
color: #CBD2F1;
}
.AnyTagClassName
{
color: #CBD2F1;
}
</style>
background-color css
<style>
a { background-color: #CBD2F1; }
a { background-color: rgb(203,210,241); }
div.DivClassName
{
background-color: #CBD2F1;
}
.BgClassName
{
background-color: #CBD2F1;
}
</style>
border-color css
<style>
span { border-color: #CBD2F1; }
span { border-color: rgb(203,210,241); }
td.TdClassName
{
border-color: #CBD2F1;
}
.TagClassName
{
border-color: #CBD2F1;
}
</style>