Shades of Hawkes Blue #CBDAED
Tints of Hawkes Blue #CBDAED
RGB
CMYK
RGB Variations
Color information
#CBDAED (or 0xCBDAED) is known color: Hawkes Blue. HEX triplet: CB, DA and ED. RGB value is (203,218,237). Sum of RGB (Red+Green+Blue) = 203+218+237=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBDAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAED is #342512. Grayscale: #D7D7D7. Windows color (decimal): -3417363 or 15588043. OLE color: 15588043.
HSL color Cylindrical-coordinate representation of color #CBDAED: hue angle of 213.53º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDAED is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 218 | 237 | - |
CMYK | 0.14 | 0.08 | 0 | 0.07 |
HSL | 213.53º | 0.49% | 0.86% | - |
HSV(B) | 213.53º | 0.14% | 0.93% | - |
XYZ | 64.99 | 68.95 | 90.01 | - |
YUV | 215.68 | 140.03 | 118.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 218 | 237 | 0.14 | 0.08 | 0 | 0.07 | 213.53 | 0.49 | 0.86 |
Hex | CB | DA | ED | E | 8 | 0 | 7 | D6 | 31 | 56 |
Octal | 313 | 332 | 355 | 16 | 10 | 0 | 7 | 326 | 61 | 126 |
Binary | 11001011 | 11011010 | 11101101 | 1110 | 1000 | 0 | 111 | 11010110 | 110001 | 1010110 |
Color Harmonies of #CBDAED
Complementary color
Monochromatic Colors of #CBDAED
Black with #CBDAED
Text Example
Text Example
White with #CBDAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDAED; }
p { color: rgb(203,218,237); }
H1.HeaderClassName
{
color: #CBDAED;
}
.AnyTagClassName
{
color: #CBDAED;
}
</style>
background-color css
<style>
a { background-color: #CBDAED; }
a { background-color: rgb(203,218,237); }
div.DivClassName
{
background-color: #CBDAED;
}
.BgClassName
{
background-color: #CBDAED;
}
</style>
border-color css
<style>
span { border-color: #CBDAED; }
span { border-color: rgb(203,218,237); }
td.TdClassName
{
border-color: #CBDAED;
}
.TagClassName
{
border-color: #CBDAED;
}
</style>