Shades of Cornflower Blue #63A6EB
Tints of Cornflower Blue #63A6EB
RGB
CMYK
RGB Variations
Color information
#63A6EB (or 0x63A6EB) is known color: Cornflower Blue. HEX triplet: 63, A6 and EB. RGB value is (99,166,235). Sum of RGB (Red+Green+Blue) = 99+166+235=500 (66% of max value = 765). Red value is 99 (39.06% from 255 or 19.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #63A6EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A6EB is #9C5914. Grayscale: #999999. Windows color (decimal): -10246421 or 15443555. OLE color: 15443555.
HSL color Cylindrical-coordinate representation of color #63A6EB: hue angle of 210.44º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63A6EB is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 99 | 166 | 235 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.08 |
| HSL | 210.44º | 0.77% | 0.65% | - |
| HSV(B) | 210.44º | 0.58% | 0.92% | - |
| XYZ | 33.78 | 35.92 | 83.75 | - |
| YUV | 153.83 | 173.8 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 235 | 0.58 | 0.29 | 0 | 0.08 | 210.44 | 0.77 | 0.65 |
| Hex | 63 | A6 | EB | 3A | 1D | 0 | 8 | D2 | 4D | 41 |
| Octal | 143 | 246 | 353 | 72 | 35 | 0 | 10 | 322 | 115 | 101 |
| Binary | 1100011 | 10100110 | 11101011 | 111010 | 11101 | 0 | 1000 | 11010010 | 1001101 | 1000001 |
Color Harmonies of #63A6EB
Complementary color
Monochromatic Colors of #63A6EB
Black with #63A6EB
Text Example
Text Example
White with #63A6EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A6EB; }
p { color: rgb(99,166,235); }
H1.HeaderClassName
{
color: #63A6EB;
}
.AnyTagClassName
{
color: #63A6EB;
}
</style>
background-color css
<style>
a { background-color: #63A6EB; }
a { background-color: rgb(99,166,235); }
div.DivClassName
{
background-color: #63A6EB;
}
.BgClassName
{
background-color: #63A6EB;
}
</style>
border-color css
<style>
span { border-color: #63A6EB; }
span { border-color: rgb(99,166,235); }
td.TdClassName
{
border-color: #63A6EB;
}
.TagClassName
{
border-color: #63A6EB;
}
</style>