Shades of Hawkes Blue #CBDCF2
Tints of Hawkes Blue #CBDCF2
RGB
CMYK
RGB Variations
Color information
#CBDCF2 (or 0xCBDCF2) is known color: Hawkes Blue. HEX triplet: CB, DC and F2. RGB value is (203,220,242). Sum of RGB (Red+Green+Blue) = 203+220+242=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 220 (86.33% from 255 or 33.08% from 665); Blue value is 242 (94.92% from 255 or 36.39% from 665); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBDCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCF2 is #34230D. Grayscale: #D9D9D9. Windows color (decimal): -3416846 or 15916235. OLE color: 15916235.
HSL color Cylindrical-coordinate representation of color #CBDCF2: hue angle of 213.85º 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 #CBDCF2 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 220 | 242 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.05 |
| HSL | 213.85º | 0.6% | 0.87% | - |
| HSV(B) | 213.85º | 0.16% | 0.95% | - |
| XYZ | 66.25 | 70.29 | 94.08 | - |
| YUV | 217.43 | 141.87 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 242 | 0.16 | 0.09 | 0 | 0.05 | 213.85 | 0.6 | 0.87 |
| Hex | CB | DC | F2 | 10 | 9 | 0 | 5 | D6 | 3C | 57 |
| Octal | 313 | 334 | 362 | 20 | 11 | 0 | 5 | 326 | 74 | 127 |
| Binary | 11001011 | 11011100 | 11110010 | 10000 | 1001 | 0 | 101 | 11010110 | 111100 | 1010111 |
Color Harmonies of #CBDCF2
Complementary color
Monochromatic Colors of #CBDCF2
Black with #CBDCF2
Text Example
Text Example
White with #CBDCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCF2; }
p { color: rgb(203,220,242); }
H1.HeaderClassName
{
color: #CBDCF2;
}
.AnyTagClassName
{
color: #CBDCF2;
}
</style>
background-color css
<style>
a { background-color: #CBDCF2; }
a { background-color: rgb(203,220,242); }
div.DivClassName
{
background-color: #CBDCF2;
}
.BgClassName
{
background-color: #CBDCF2;
}
</style>
border-color css
<style>
span { border-color: #CBDCF2; }
span { border-color: rgb(203,220,242); }
td.TdClassName
{
border-color: #CBDCF2;
}
.TagClassName
{
border-color: #CBDCF2;
}
</style>