Shades of Hawkes Blue #CBD1F1
Tints of Hawkes Blue #CBD1F1
RGB
CMYK
RGB Variations
Color information
#CBD1F1 (or 0xCBD1F1) is known color: Hawkes Blue. HEX triplet: CB, D1 and F1. RGB value is (203,209,241). Sum of RGB (Red+Green+Blue) = 203+209+241=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 209 (82.03% from 255 or 32.01% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBD1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD1F1 is #342E0E. Grayscale: #D2D2D2. Windows color (decimal): -3419663 or 15847883. OLE color: 15847883.
HSL color Cylindrical-coordinate representation of color #CBD1F1: hue angle of 230.53º 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 #CBD1F1 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 209 | 241 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.05 |
| HSL | 230.53º | 0.58% | 0.87% | - |
| HSV(B) | 230.53º | 0.16% | 0.95% | - |
| XYZ | 63.31 | 64.65 | 92.36 | - |
| YUV | 210.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 209 | 241 | 0.16 | 0.13 | 0 | 0.05 | 230.53 | 0.58 | 0.87 |
| Hex | CB | D1 | F1 | 10 | D | 0 | 5 | E7 | 3A | 57 |
| Octal | 313 | 321 | 361 | 20 | 15 | 0 | 5 | 347 | 72 | 127 |
| Binary | 11001011 | 11010001 | 11110001 | 10000 | 1101 | 0 | 101 | 11100111 | 111010 | 1010111 |
Color Harmonies of #CBD1F1
Complementary color
Monochromatic Colors of #CBD1F1
Black with #CBD1F1
Text Example
Text Example
White with #CBD1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD1F1; }
p { color: rgb(203,209,241); }
H1.HeaderClassName
{
color: #CBD1F1;
}
.AnyTagClassName
{
color: #CBD1F1;
}
</style>
background-color css
<style>
a { background-color: #CBD1F1; }
a { background-color: rgb(203,209,241); }
div.DivClassName
{
background-color: #CBD1F1;
}
.BgClassName
{
background-color: #CBD1F1;
}
</style>
border-color css
<style>
span { border-color: #CBD1F1; }
span { border-color: rgb(203,209,241); }
td.TdClassName
{
border-color: #CBD1F1;
}
.TagClassName
{
border-color: #CBD1F1;
}
</style>