Shades of Cornflower Blue #61ACF8
Tints of Cornflower Blue #61ACF8
RGB
CMYK
RGB Variations
Color information
#61ACF8 (or 0x61ACF8) is known color: Cornflower Blue. HEX triplet: 61, AC and F8. RGB value is (97,172,248). Sum of RGB (Red+Green+Blue) = 97+172+248=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 248 (97.27% from 255 or 47.97% from 517); Max value from RGB is 248 - color contains mainly: blue. Hex color #61ACF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #61ACF8 is #9E5307. Grayscale: #9D9D9D. Windows color (decimal): -10375944 or 16297057. OLE color: 16297057.
HSL color Cylindrical-coordinate representation of color #61ACF8: hue angle of 210.2º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61ACF8 is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 172 | 248 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.03 |
| HSL | 210.2º | 0.92% | 0.68% | - |
| HSV(B) | 210.2º | 0.61% | 0.97% | - |
| XYZ | 36.63 | 38.82 | 94.37 | - |
| YUV | 158.24 | 178.65 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 248 | 0.61 | 0.31 | 0 | 0.03 | 210.2 | 0.92 | 0.68 |
| Hex | 61 | AC | F8 | 3D | 1F | 0 | 3 | D2 | 5C | 44 |
| Octal | 141 | 254 | 370 | 75 | 37 | 0 | 3 | 322 | 134 | 104 |
| Binary | 1100001 | 10101100 | 11111000 | 111101 | 11111 | 0 | 11 | 11010010 | 1011100 | 1000100 |
Color Harmonies of #61ACF8
Complementary color
Monochromatic Colors of #61ACF8
Black with #61ACF8
Text Example
Text Example
White with #61ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACF8; }
p { color: rgb(97,172,248); }
H1.HeaderClassName
{
color: #61ACF8;
}
.AnyTagClassName
{
color: #61ACF8;
}
</style>
background-color css
<style>
a { background-color: #61ACF8; }
a { background-color: rgb(97,172,248); }
div.DivClassName
{
background-color: #61ACF8;
}
.BgClassName
{
background-color: #61ACF8;
}
</style>
border-color css
<style>
span { border-color: #61ACF8; }
span { border-color: rgb(97,172,248); }
td.TdClassName
{
border-color: #61ACF8;
}
.TagClassName
{
border-color: #61ACF8;
}
</style>