Shades of Cornflower Blue #61ACFA
Tints of Cornflower Blue #61ACFA
RGB
CMYK
RGB Variations
Color information
#61ACFA (or 0x61ACFA) is known color: Cornflower Blue. HEX triplet: 61, AC and FA. RGB value is (97,172,250). Sum of RGB (Red+Green+Blue) = 97+172+250=519 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.69% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #61ACFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACFA is #9E5305. Grayscale: #9E9E9E. Windows color (decimal): -10375942 or 16428129. OLE color: 16428129.
HSL color Cylindrical-coordinate representation of color #61ACFA: hue angle of 210.59º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61ACFA is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 172 | 250 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.02 |
| HSL | 210.59º | 0.94% | 0.68% | - |
| HSV(B) | 210.59º | 0.61% | 0.98% | - |
| XYZ | 36.94 | 38.95 | 96.01 | - |
| YUV | 158.47 | 179.65 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 250 | 0.61 | 0.31 | 0 | 0.02 | 210.59 | 0.94 | 0.68 |
| Hex | 61 | AC | FA | 3D | 1F | 0 | 2 | D3 | 5E | 44 |
| Octal | 141 | 254 | 372 | 75 | 37 | 0 | 2 | 323 | 136 | 104 |
| Binary | 1100001 | 10101100 | 11111010 | 111101 | 11111 | 0 | 10 | 11010011 | 1011110 | 1000100 |
Color Harmonies of #61ACFA
Complementary color
Monochromatic Colors of #61ACFA
Black with #61ACFA
Text Example
Text Example
White with #61ACFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACFA; }
p { color: rgb(97,172,250); }
H1.HeaderClassName
{
color: #61ACFA;
}
.AnyTagClassName
{
color: #61ACFA;
}
</style>
background-color css
<style>
a { background-color: #61ACFA; }
a { background-color: rgb(97,172,250); }
div.DivClassName
{
background-color: #61ACFA;
}
.BgClassName
{
background-color: #61ACFA;
}
</style>
border-color css
<style>
span { border-color: #61ACFA; }
span { border-color: rgb(97,172,250); }
td.TdClassName
{
border-color: #61ACFA;
}
.TagClassName
{
border-color: #61ACFA;
}
</style>