Shades of Hawkes Blue #CBD1F2
Tints of Hawkes Blue #CBD1F2
RGB
CMYK
RGB Variations
Color information
#CBD1F2 (or 0xCBD1F2) is known color: Hawkes Blue. HEX triplet: CB, D1 and F2. RGB value is (203,209,242). Sum of RGB (Red+Green+Blue) = 203+209+242=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 209 (82.03% from 255 or 31.96% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBD1F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1F2 is #342E0D. Grayscale: #D2D2D2. Windows color (decimal): -3419662 or 15913419. OLE color: 15913419.
HSL color Cylindrical-coordinate representation of color #CBD1F2: hue angle of 230.77º degrees, saturation: 0.6, 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 #CBD1F2 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 209 | 242 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.05 |
| HSL | 230.77º | 0.6% | 0.87% | - |
| HSV(B) | 230.77º | 0.16% | 0.95% | - |
| XYZ | 63.46 | 64.71 | 93.15 | - |
| YUV | 210.97 | 145.51 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 242 | 0.16 | 0.14 | 0 | 0.05 | 230.77 | 0.6 | 0.87 |
| Hex | CB | D1 | F2 | 10 | E | 0 | 5 | E7 | 3C | 57 |
| Octal | 313 | 321 | 362 | 20 | 16 | 0 | 5 | 347 | 74 | 127 |
| Binary | 11001011 | 11010001 | 11110010 | 10000 | 1110 | 0 | 101 | 11100111 | 111100 | 1010111 |
Color Harmonies of #CBD1F2
Complementary color
Monochromatic Colors of #CBD1F2
Black with #CBD1F2
Text Example
Text Example
White with #CBD1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1F2; }
p { color: rgb(203,209,242); }
H1.HeaderClassName
{
color: #CBD1F2;
}
.AnyTagClassName
{
color: #CBD1F2;
}
</style>
background-color css
<style>
a { background-color: #CBD1F2; }
a { background-color: rgb(203,209,242); }
div.DivClassName
{
background-color: #CBD1F2;
}
.BgClassName
{
background-color: #CBD1F2;
}
</style>
border-color css
<style>
span { border-color: #CBD1F2; }
span { border-color: rgb(203,209,242); }
td.TdClassName
{
border-color: #CBD1F2;
}
.TagClassName
{
border-color: #CBD1F2;
}
</style>