Shades of Baby Blue #61F1FA
Tints of Baby Blue #61F1FA
RGB
CMYK
RGB Variations
Color information
#61F1FA (or 0x61F1FA) is known color: Baby Blue. HEX triplet: 61, F1 and FA. RGB value is (97,241,250). Sum of RGB (Red+Green+Blue) = 97+241+250=588 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.50% from 588); Green value is 241 (94.53% from 255 or 40.99% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #61F1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F1FA is #9E0E05. Grayscale: #C6C6C6. Windows color (decimal): -10358278 or 16445793. OLE color: 16445793.
HSL color Cylindrical-coordinate representation of color #61F1FA: hue angle of 183.53º 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 #61F1FA is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 241 | 250 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.02 |
| HSL | 183.53º | 0.94% | 0.68% | - |
| HSV(B) | 183.53º | 0.61% | 0.98% | - |
| XYZ | 53.64 | 72.35 | 101.58 | - |
| YUV | 198.97 | 156.79 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 250 | 0.61 | 0.04 | 0 | 0.02 | 183.53 | 0.94 | 0.68 |
| Hex | 61 | F1 | FA | 3D | 4 | 0 | 2 | B8 | 5E | 44 |
| Octal | 141 | 361 | 372 | 75 | 4 | 0 | 2 | 270 | 136 | 104 |
| Binary | 1100001 | 11110001 | 11111010 | 111101 | 100 | 0 | 10 | 10111000 | 1011110 | 1000100 |
Color Harmonies of #61F1FA
Complementary color
Monochromatic Colors of #61F1FA
Black with #61F1FA
Text Example
Text Example
White with #61F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1FA; }
p { color: rgb(97,241,250); }
H1.HeaderClassName
{
color: #61F1FA;
}
.AnyTagClassName
{
color: #61F1FA;
}
</style>
background-color css
<style>
a { background-color: #61F1FA; }
a { background-color: rgb(97,241,250); }
div.DivClassName
{
background-color: #61F1FA;
}
.BgClassName
{
background-color: #61F1FA;
}
</style>
border-color css
<style>
span { border-color: #61F1FA; }
span { border-color: rgb(97,241,250); }
td.TdClassName
{
border-color: #61F1FA;
}
.TagClassName
{
border-color: #61F1FA;
}
</style>