Shades of Hawkes Blue #CBDCFF
Tints of Hawkes Blue #CBDCFF
RGB
CMYK
RGB Variations
Color information
#CBDCFF (or 0xCBDCFF) is known color: Hawkes Blue. HEX triplet: CB, DC and FF. RGB value is (203,220,255). Sum of RGB (Red+Green+Blue) = 203+220+255=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCFF is #342300. Grayscale: #DADADA. Windows color (decimal): -3416833 or 16768203. OLE color: 16768203.
HSL color Cylindrical-coordinate representation of color #CBDCFF: hue angle of 220.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDCFF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 220 | 255 | - |
| CMYK | 0.20 | 0.14 | 0 | 0 |
| HSL | 220.38º | 1% | 0.9% | - |
| HSV(B) | 220.38º | 0.2% | 1% | - |
| XYZ | 68.27 | 71.1 | 104.73 | - |
| YUV | 218.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 220 | 255 | 0.20 | 0.14 | 0 | 0 | 220.38 | 1 | 0.9 |
| Hex | CB | DC | FF | 14 | E | 0 | 0 | DC | 64 | 5A |
| Octal | 313 | 334 | 377 | 24 | 16 | 0 | 0 | 334 | 144 | 132 |
| Binary | 11001011 | 11011100 | 11111111 | 10100 | 1110 | 0 | 0 | 11011100 | 1100100 | 1011010 |
Color Harmonies of #CBDCFF
Complementary color
Monochromatic Colors of #CBDCFF
Black with #CBDCFF
Text Example
Text Example
White with #CBDCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDCFF; }
p { color: rgb(203,220,255); }
H1.HeaderClassName
{
color: #CBDCFF;
}
.AnyTagClassName
{
color: #CBDCFF;
}
</style>
background-color css
<style>
a { background-color: #CBDCFF; }
a { background-color: rgb(203,220,255); }
div.DivClassName
{
background-color: #CBDCFF;
}
.BgClassName
{
background-color: #CBDCFF;
}
</style>
border-color css
<style>
span { border-color: #CBDCFF; }
span { border-color: rgb(203,220,255); }
td.TdClassName
{
border-color: #CBDCFF;
}
.TagClassName
{
border-color: #CBDCFF;
}
</style>