Shades of Hawkes Blue #CBD4FA
Tints of Hawkes Blue #CBD4FA
RGB
CMYK
RGB Variations
Color information
#CBD4FA (or 0xCBD4FA) is known color: Hawkes Blue. HEX triplet: CB, D4 and FA. RGB value is (203,212,250). Sum of RGB (Red+Green+Blue) = 203+212+250=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 212 (83.20% from 255 or 31.88% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD4FA is #342B05. Grayscale: #D5D5D5. Windows color (decimal): -3418886 or 16438475. OLE color: 16438475.
HSL color Cylindrical-coordinate representation of color #CBD4FA: hue angle of 228.51º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBD4FA is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 212 | 250 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.02 |
| HSL | 228.51º | 0.82% | 0.89% | - |
| HSV(B) | 228.51º | 0.19% | 0.98% | - |
| XYZ | 65.43 | 66.69 | 99.87 | - |
| YUV | 213.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 250 | 0.19 | 0.15 | 0 | 0.02 | 228.51 | 0.82 | 0.89 |
| Hex | CB | D4 | FA | 13 | F | 0 | 2 | E5 | 52 | 59 |
| Octal | 313 | 324 | 372 | 23 | 17 | 0 | 2 | 345 | 122 | 131 |
| Binary | 11001011 | 11010100 | 11111010 | 10011 | 1111 | 0 | 10 | 11100101 | 1010010 | 1011001 |
Color Harmonies of #CBD4FA
Complementary color
Monochromatic Colors of #CBD4FA
Black with #CBD4FA
Text Example
Text Example
White with #CBD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD4FA; }
p { color: rgb(203,212,250); }
H1.HeaderClassName
{
color: #CBD4FA;
}
.AnyTagClassName
{
color: #CBD4FA;
}
</style>
background-color css
<style>
a { background-color: #CBD4FA; }
a { background-color: rgb(203,212,250); }
div.DivClassName
{
background-color: #CBD4FA;
}
.BgClassName
{
background-color: #CBD4FA;
}
</style>
border-color css
<style>
span { border-color: #CBD4FA; }
span { border-color: rgb(203,212,250); }
td.TdClassName
{
border-color: #CBD4FA;
}
.TagClassName
{
border-color: #CBD4FA;
}
</style>