Shades of Baby Blue #61FFF0
Tints of Baby Blue #61FFF0
RGB
CMYK
RGB Variations
Color information
#61FFF0 (or 0x61FFF0) is known color: Baby Blue. HEX triplet: 61, FF and F0. RGB value is (97,255,240). Sum of RGB (Red+Green+Blue) = 97+255+240=592 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.39% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFF0 is #9E000F. Grayscale: #CDCDCD. Windows color (decimal): -10354704 or 15794017. OLE color: 15794017.
HSL color Cylindrical-coordinate representation of color #61FFF0: hue angle of 174.3º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FFF0 is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 240 | - |
| CMYK | 0.62 | 0 | 0.06 | 0 |
| HSL | 174.3º | 1% | 0.69% | - |
| HSV(B) | 174.3º | 0.62% | 1% | - |
| XYZ | 56.42 | 80.35 | 94.97 | - |
| YUV | 206.05 | 147.15 | 50.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 240 | 0.62 | 0 | 0.06 | 0 | 174.3 | 1 | 0.69 |
| Hex | 61 | FF | F0 | 3E | 0 | 6 | 0 | AE | 64 | 45 |
| Octal | 141 | 377 | 360 | 76 | 0 | 6 | 0 | 256 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11110000 | 111110 | 0 | 110 | 0 | 10101110 | 1100100 | 1000101 |
Color Harmonies of #61FFF0
Complementary color
Monochromatic Colors of #61FFF0
Black with #61FFF0
Text Example
Text Example
White with #61FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFF0; }
p { color: rgb(97,255,240); }
H1.HeaderClassName
{
color: #61FFF0;
}
.AnyTagClassName
{
color: #61FFF0;
}
</style>
background-color css
<style>
a { background-color: #61FFF0; }
a { background-color: rgb(97,255,240); }
div.DivClassName
{
background-color: #61FFF0;
}
.BgClassName
{
background-color: #61FFF0;
}
</style>
border-color css
<style>
span { border-color: #61FFF0; }
span { border-color: rgb(97,255,240); }
td.TdClassName
{
border-color: #61FFF0;
}
.TagClassName
{
border-color: #61FFF0;
}
</style>