Shades of Cornflower Blue #63A8FE
Tints of Cornflower Blue #63A8FE
RGB
CMYK
RGB Variations
Color information
#63A8FE (or 0x63A8FE) is known color: Cornflower Blue. HEX triplet: 63, A8 and FE. RGB value is (99,168,254). Sum of RGB (Red+Green+Blue) = 99+168+254=521 (69% of max value = 765). Red value is 99 (39.06% from 255 or 19.00% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #63A8FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #63A8FE is #9C5701. Grayscale: #9C9C9C. Windows color (decimal): -10245890 or 16689251. OLE color: 16689251.
HSL color Cylindrical-coordinate representation of color #63A8FE: hue angle of 213.29º 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 #63A8FE is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 99 | 168 | 254 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.00 |
| HSL | 213.29º | 0.99% | 0.69% | - |
| HSV(B) | 213.29º | 0.61% | 1% | - |
| XYZ | 37.04 | 37.81 | 99.11 | - |
| YUV | 157.17 | 182.64 | 86.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 254 | 0.61 | 0.34 | 0 | 0.00 | 213.29 | 0.99 | 0.69 |
| Hex | 63 | A8 | FE | 3D | 22 | 0 | 0 | D5 | 63 | 45 |
| Octal | 143 | 250 | 376 | 75 | 42 | 0 | 0 | 325 | 143 | 105 |
| Binary | 1100011 | 10101000 | 11111110 | 111101 | 100010 | 0 | 0 | 11010101 | 1100011 | 1000101 |
Color Harmonies of #63A8FE
Complementary color
Monochromatic Colors of #63A8FE
Black with #63A8FE
Text Example
Text Example
White with #63A8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A8FE; }
p { color: rgb(99,168,254); }
H1.HeaderClassName
{
color: #63A8FE;
}
.AnyTagClassName
{
color: #63A8FE;
}
</style>
background-color css
<style>
a { background-color: #63A8FE; }
a { background-color: rgb(99,168,254); }
div.DivClassName
{
background-color: #63A8FE;
}
.BgClassName
{
background-color: #63A8FE;
}
</style>
border-color css
<style>
span { border-color: #63A8FE; }
span { border-color: rgb(99,168,254); }
td.TdClassName
{
border-color: #63A8FE;
}
.TagClassName
{
border-color: #63A8FE;
}
</style>