Shades of Hawkes Blue #CBDDF3
Tints of Hawkes Blue #CBDDF3
RGB
CMYK
RGB Variations
Color information
#CBDDF3 (or 0xCBDDF3) is known color: Hawkes Blue. HEX triplet: CB, DD and F3. RGB value is (203,221,243). Sum of RGB (Red+Green+Blue) = 203+221+243=667 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.43% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBDDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDF3 is #34220C. Grayscale: #DADADA. Windows color (decimal): -3416589 or 15982027. OLE color: 15982027.
HSL color Cylindrical-coordinate representation of color #CBDDF3: hue angle of 213º 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 #CBDDF3 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 221 | 243 | - |
| CMYK | 0.16 | 0.09 | 0 | 0.05 |
| HSL | 213º | 0.63% | 0.87% | - |
| HSV(B) | 213º | 0.16% | 0.95% | - |
| XYZ | 66.66 | 70.88 | 94.96 | - |
| YUV | 218.13 | 142.04 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 243 | 0.16 | 0.09 | 0 | 0.05 | 213 | 0.63 | 0.87 |
| Hex | CB | DD | F3 | 10 | 9 | 0 | 5 | D5 | 3E | 57 |
| Octal | 313 | 335 | 363 | 20 | 11 | 0 | 5 | 325 | 76 | 127 |
| Binary | 11001011 | 11011101 | 11110011 | 10000 | 1001 | 0 | 101 | 11010101 | 111110 | 1010111 |
Color Harmonies of #CBDDF3
Complementary color
Monochromatic Colors of #CBDDF3
Black with #CBDDF3
Text Example
Text Example
White with #CBDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDDF3; }
p { color: rgb(203,221,243); }
H1.HeaderClassName
{
color: #CBDDF3;
}
.AnyTagClassName
{
color: #CBDDF3;
}
</style>
background-color css
<style>
a { background-color: #CBDDF3; }
a { background-color: rgb(203,221,243); }
div.DivClassName
{
background-color: #CBDDF3;
}
.BgClassName
{
background-color: #CBDDF3;
}
</style>
border-color css
<style>
span { border-color: #CBDDF3; }
span { border-color: rgb(203,221,243); }
td.TdClassName
{
border-color: #CBDDF3;
}
.TagClassName
{
border-color: #CBDDF3;
}
</style>