Shades of Cornflower Blue #63AAFE
Tints of Cornflower Blue #63AAFE
RGB
CMYK
RGB Variations
Color information
#63AAFE (or 0x63AAFE) is known color: Cornflower Blue. HEX triplet: 63, AA and FE. RGB value is (99,170,254). Sum of RGB (Red+Green+Blue) = 99+170+254=523 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.93% from 523); Green value is 170 (66.80% from 255 or 32.50% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #63AAFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AAFE is #9C5501. Grayscale: #9D9D9D. Windows color (decimal): -10245378 or 16689763. OLE color: 16689763.
HSL color Cylindrical-coordinate representation of color #63AAFE: hue angle of 212.52º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63AAFE is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 170 | 254 | - |
| CMYK | 0.61 | 0.33 | 0 | 0.00 |
| HSL | 212.52º | 0.99% | 0.69% | - |
| HSV(B) | 212.52º | 0.61% | 1% | - |
| XYZ | 37.41 | 38.56 | 99.24 | - |
| YUV | 158.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 254 | 0.61 | 0.33 | 0 | 0.00 | 212.52 | 0.99 | 0.69 |
| Hex | 63 | AA | FE | 3D | 21 | 0 | 0 | D5 | 63 | 45 |
| Octal | 143 | 252 | 376 | 75 | 41 | 0 | 0 | 325 | 143 | 105 |
| Binary | 1100011 | 10101010 | 11111110 | 111101 | 100001 | 0 | 0 | 11010101 | 1100011 | 1000101 |
Color Harmonies of #63AAFE
Complementary color
Monochromatic Colors of #63AAFE
Black with #63AAFE
Text Example
Text Example
White with #63AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAFE; }
p { color: rgb(99,170,254); }
H1.HeaderClassName
{
color: #63AAFE;
}
.AnyTagClassName
{
color: #63AAFE;
}
</style>
background-color css
<style>
a { background-color: #63AAFE; }
a { background-color: rgb(99,170,254); }
div.DivClassName
{
background-color: #63AAFE;
}
.BgClassName
{
background-color: #63AAFE;
}
</style>
border-color css
<style>
span { border-color: #63AAFE; }
span { border-color: rgb(99,170,254); }
td.TdClassName
{
border-color: #63AAFE;
}
.TagClassName
{
border-color: #63AAFE;
}
</style>