Shades of Baby Blue #61F9FA
Tints of Baby Blue #61F9FA
RGB
CMYK
RGB Variations
Color information
#61F9FA (or 0x61F9FA) is known color: Baby Blue. HEX triplet: 61, F9 and FA. RGB value is (97,249,250). Sum of RGB (Red+Green+Blue) = 97+249+250=596 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.28% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 250 - color contains mainly: blue. Hex color #61F9FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F9FA is #9E0605. Grayscale: #CBCBCB. Windows color (decimal): -10356230 or 16447841. OLE color: 16447841.
HSL color Cylindrical-coordinate representation of color #61F9FA: hue angle of 180.39º 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 #61F9FA is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 97 | 249 | 250 | - |
| CMYK | 0.61 | 0.00 | 0 | 0.02 |
| HSL | 180.39º | 0.94% | 0.68% | - |
| HSV(B) | 180.39º | 0.61% | 0.98% | - |
| XYZ | 56.06 | 77.19 | 102.39 | - |
| YUV | 203.67 | 154.14 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 249 | 250 | 0.61 | 0.00 | 0 | 0.02 | 180.39 | 0.94 | 0.68 |
| Hex | 61 | F9 | FA | 3D | 0 | 0 | 2 | B4 | 5E | 44 |
| Octal | 141 | 371 | 372 | 75 | 0 | 0 | 2 | 264 | 136 | 104 |
| Binary | 1100001 | 11111001 | 11111010 | 111101 | 0 | 0 | 10 | 10110100 | 1011110 | 1000100 |
Color Harmonies of #61F9FA
Complementary color
Monochromatic Colors of #61F9FA
Black with #61F9FA
Text Example
Text Example
White with #61F9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F9FA; }
p { color: rgb(97,249,250); }
H1.HeaderClassName
{
color: #61F9FA;
}
.AnyTagClassName
{
color: #61F9FA;
}
</style>
background-color css
<style>
a { background-color: #61F9FA; }
a { background-color: rgb(97,249,250); }
div.DivClassName
{
background-color: #61F9FA;
}
.BgClassName
{
background-color: #61F9FA;
}
</style>
border-color css
<style>
span { border-color: #61F9FA; }
span { border-color: rgb(97,249,250); }
td.TdClassName
{
border-color: #61F9FA;
}
.TagClassName
{
border-color: #61F9FA;
}
</style>