Shades of Cornflower Blue #63AAFF
Tints of Cornflower Blue #63AAFF
RGB
CMYK
RGB Variations
Color information
#63AAFF (or 0x63AAFF) is known color: Cornflower Blue. HEX triplet: 63, AA and FF. RGB value is (99,170,255). Sum of RGB (Red+Green+Blue) = 99+170+255=524 (69% of max value = 765). Red value is 99 (39.06% from 255 or 18.89% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #63AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63AAFF is #9C5500. Grayscale: #9E9E9E. Windows color (decimal): -10245377 or 16755299. OLE color: 16755299.
HSL color Cylindrical-coordinate representation of color #63AAFF: hue angle of 212.69º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63AAFF is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 170 | 255 | - |
| CMYK | 0.61 | 0.33 | 0 | 0 |
| HSL | 212.69º | 1% | 0.69% | - |
| HSV(B) | 212.69º | 0.61% | 1% | - |
| XYZ | 37.57 | 38.62 | 100.08 | - |
| YUV | 158.46 | 182.48 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 170 | 255 | 0.61 | 0.33 | 0 | 0 | 212.69 | 1 | 0.69 |
| Hex | 63 | AA | FF | 3D | 21 | 0 | 0 | D5 | 64 | 45 |
| Octal | 143 | 252 | 377 | 75 | 41 | 0 | 0 | 325 | 144 | 105 |
| Binary | 1100011 | 10101010 | 11111111 | 111101 | 100001 | 0 | 0 | 11010101 | 1100100 | 1000101 |
Color Harmonies of #63AAFF
Complementary color
Monochromatic Colors of #63AAFF
Black with #63AAFF
Text Example
Text Example
White with #63AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63AAFF; }
p { color: rgb(99,170,255); }
H1.HeaderClassName
{
color: #63AAFF;
}
.AnyTagClassName
{
color: #63AAFF;
}
</style>
background-color css
<style>
a { background-color: #63AAFF; }
a { background-color: rgb(99,170,255); }
div.DivClassName
{
background-color: #63AAFF;
}
.BgClassName
{
background-color: #63AAFF;
}
</style>
border-color css
<style>
span { border-color: #63AAFF; }
span { border-color: rgb(99,170,255); }
td.TdClassName
{
border-color: #63AAFF;
}
.TagClassName
{
border-color: #63AAFF;
}
</style>