Shades of Baby Blue #61FDF2
Tints of Baby Blue #61FDF2
RGB
CMYK
RGB Variations
Color information
#61FDF2 (or 0x61FDF2) is known color: Baby Blue. HEX triplet: 61, FD and F2. RGB value is (97,253,242). Sum of RGB (Red+Green+Blue) = 97+253+242=592 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.39% from 592); Green value is 253 (99.22% from 255 or 42.74% from 592); Blue value is 242 (94.92% from 255 or 40.88% from 592); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FDF2 is #9E020D. Grayscale: #CCCCCC. Windows color (decimal): -10355214 or 15924577. OLE color: 15924577.
HSL color Cylindrical-coordinate representation of color #61FDF2: hue angle of 175.77º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDF2 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 242 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.01 |
| HSL | 175.77º | 0.98% | 0.69% | - |
| HSV(B) | 175.77º | 0.62% | 0.99% | - |
| XYZ | 56.08 | 79.2 | 96.34 | - |
| YUV | 205.1 | 148.82 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 242 | 0.62 | 0 | 0.04 | 0.01 | 175.77 | 0.98 | 0.69 |
| Hex | 61 | FD | F2 | 3E | 0 | 4 | 1 | B0 | 62 | 45 |
| Octal | 141 | 375 | 362 | 76 | 0 | 4 | 1 | 260 | 142 | 105 |
| Binary | 1100001 | 11111101 | 11110010 | 111110 | 0 | 100 | 1 | 10110000 | 1100010 | 1000101 |
Color Harmonies of #61FDF2
Complementary color
Monochromatic Colors of #61FDF2
Black with #61FDF2
Text Example
Text Example
White with #61FDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FDF2; }
p { color: rgb(97,253,242); }
H1.HeaderClassName
{
color: #61FDF2;
}
.AnyTagClassName
{
color: #61FDF2;
}
</style>
background-color css
<style>
a { background-color: #61FDF2; }
a { background-color: rgb(97,253,242); }
div.DivClassName
{
background-color: #61FDF2;
}
.BgClassName
{
background-color: #61FDF2;
}
</style>
border-color css
<style>
span { border-color: #61FDF2; }
span { border-color: rgb(97,253,242); }
td.TdClassName
{
border-color: #61FDF2;
}
.TagClassName
{
border-color: #61FDF2;
}
</style>