Shades of Hawkes Blue #CBD7FD
Tints of Hawkes Blue #CBD7FD
RGB
CMYK
RGB Variations
Color information
#CBD7FD (or 0xCBD7FD) is known color: Hawkes Blue. HEX triplet: CB, D7 and FD. RGB value is (203,215,253). Sum of RGB (Red+Green+Blue) = 203+215+253=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 215 (84.38% from 255 or 32.04% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBD7FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD7FD is #342802. Grayscale: #D7D7D7. Windows color (decimal): -3418115 or 16635851. OLE color: 16635851.
HSL color Cylindrical-coordinate representation of color #CBD7FD: hue angle of 225.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD7FD is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 203 | 215 | 253 | - |
CMYK | 0.20 | 0.15 | 0 | 0.01 |
HSL | 225.6º | 0.93% | 0.89% | - |
HSV(B) | 225.6º | 0.2% | 0.99% | - |
XYZ | 66.66 | 68.39 | 102.62 | - |
YUV | 215.74 | 149.02 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 215 | 253 | 0.20 | 0.15 | 0 | 0.01 | 225.6 | 0.93 | 0.89 |
Hex | CB | D7 | FD | 14 | F | 0 | 1 | E2 | 5D | 59 |
Octal | 313 | 327 | 375 | 24 | 17 | 0 | 1 | 342 | 135 | 131 |
Binary | 11001011 | 11010111 | 11111101 | 10100 | 1111 | 0 | 1 | 11100010 | 1011101 | 1011001 |
Color Harmonies of #CBD7FD
Complementary color
Monochromatic Colors of #CBD7FD
Black with #CBD7FD
Text Example
Text Example
White with #CBD7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD7FD; }
p { color: rgb(203,215,253); }
H1.HeaderClassName
{
color: #CBD7FD;
}
.AnyTagClassName
{
color: #CBD7FD;
}
</style>
background-color css
<style>
a { background-color: #CBD7FD; }
a { background-color: rgb(203,215,253); }
div.DivClassName
{
background-color: #CBD7FD;
}
.BgClassName
{
background-color: #CBD7FD;
}
</style>
border-color css
<style>
span { border-color: #CBD7FD; }
span { border-color: rgb(203,215,253); }
td.TdClassName
{
border-color: #CBD7FD;
}
.TagClassName
{
border-color: #CBD7FD;
}
</style>