Shades of Baby Blue #61FFF5
Tints of Baby Blue #61FFF5
RGB
CMYK
RGB Variations
Color information
#61FFF5 (or 0x61FFF5) is known color: Baby Blue. HEX triplet: 61, FF and F5. RGB value is (97,255,245). Sum of RGB (Red+Green+Blue) = 97+255+245=597 (79% of max value = 765). Red value is 97 (38.28% from 255 or 16.25% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFF5 is #9E000A. Grayscale: #CECECE. Windows color (decimal): -10354699 or 16121697. OLE color: 16121697.
HSL color Cylindrical-coordinate representation of color #61FFF5: hue angle of 176.2º 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 #61FFF5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 245 | - |
| CMYK | 0.62 | 0 | 0.04 | 0 |
| HSL | 176.2º | 1% | 0.69% | - |
| HSV(B) | 176.2º | 0.62% | 1% | - |
| XYZ | 57.17 | 80.65 | 98.94 | - |
| YUV | 206.62 | 149.65 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 245 | 0.62 | 0 | 0.04 | 0 | 176.2 | 1 | 0.69 |
| Hex | 61 | FF | F5 | 3E | 0 | 4 | 0 | B0 | 64 | 45 |
| Octal | 141 | 377 | 365 | 76 | 0 | 4 | 0 | 260 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11110101 | 111110 | 0 | 100 | 0 | 10110000 | 1100100 | 1000101 |
Color Harmonies of #61FFF5
Complementary color
Monochromatic Colors of #61FFF5
Black with #61FFF5
Text Example
Text Example
White with #61FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFF5; }
p { color: rgb(97,255,245); }
H1.HeaderClassName
{
color: #61FFF5;
}
.AnyTagClassName
{
color: #61FFF5;
}
</style>
background-color css
<style>
a { background-color: #61FFF5; }
a { background-color: rgb(97,255,245); }
div.DivClassName
{
background-color: #61FFF5;
}
.BgClassName
{
background-color: #61FFF5;
}
</style>
border-color css
<style>
span { border-color: #61FFF5; }
span { border-color: rgb(97,255,245); }
td.TdClassName
{
border-color: #61FFF5;
}
.TagClassName
{
border-color: #61FFF5;
}
</style>