Shades of Baby Blue #61F0FA
Tints of Baby Blue #61F0FA
RGB
CMYK
RGB Variations
Color information
#61F0FA (or 0x61F0FA) is known color: Baby Blue. HEX triplet: 61, F0 and FA. RGB value is (97,240,250). Sum of RGB (Red+Green+Blue) = 97+240+250=587 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.52% from 587); Green value is 240 (94.14% from 255 or 40.89% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #61F0FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F0FA is #9E0F05. Grayscale: #C6C6C6. Windows color (decimal): -10358534 or 16445537. OLE color: 16445537.
HSL color Cylindrical-coordinate representation of color #61F0FA: hue angle of 183.92º 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 #61F0FA is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 240 | 250 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.02 |
| HSL | 183.92º | 0.94% | 0.68% | - |
| HSV(B) | 183.92º | 0.61% | 0.98% | - |
| XYZ | 53.35 | 71.76 | 101.48 | - |
| YUV | 198.38 | 157.12 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 240 | 250 | 0.61 | 0.04 | 0 | 0.02 | 183.92 | 0.94 | 0.68 |
| Hex | 61 | F0 | FA | 3D | 4 | 0 | 2 | B8 | 5E | 44 |
| Octal | 141 | 360 | 372 | 75 | 4 | 0 | 2 | 270 | 136 | 104 |
| Binary | 1100001 | 11110000 | 11111010 | 111101 | 100 | 0 | 10 | 10111000 | 1011110 | 1000100 |
Color Harmonies of #61F0FA
Complementary color
Monochromatic Colors of #61F0FA
Black with #61F0FA
Text Example
Text Example
White with #61F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F0FA; }
p { color: rgb(97,240,250); }
H1.HeaderClassName
{
color: #61F0FA;
}
.AnyTagClassName
{
color: #61F0FA;
}
</style>
background-color css
<style>
a { background-color: #61F0FA; }
a { background-color: rgb(97,240,250); }
div.DivClassName
{
background-color: #61F0FA;
}
.BgClassName
{
background-color: #61F0FA;
}
</style>
border-color css
<style>
span { border-color: #61F0FA; }
span { border-color: rgb(97,240,250); }
td.TdClassName
{
border-color: #61F0FA;
}
.TagClassName
{
border-color: #61F0FA;
}
</style>