Shades of Baby Blue #61FFF7
Tints of Baby Blue #61FFF7
RGB
CMYK
RGB Variations
Color information
#61FFF7 (or 0x61FFF7) is known color: Baby Blue. HEX triplet: 61, FF and F7. RGB value is (97,255,247). Sum of RGB (Red+Green+Blue) = 97+255+247=599 (79% of max value = 765). Red value is 97 (38.28% from 255 or 16.19% from 599); Green value is 255 (100% from 255 or 42.57% from 599); Blue value is 247 (96.88% from 255 or 41.24% from 599); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFF7 is #9E0008. Grayscale: #CECECE. Windows color (decimal): -10354697 or 16252769. OLE color: 16252769.
HSL color Cylindrical-coordinate representation of color #61FFF7: hue angle of 176.96º 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 #61FFF7 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 247 | - |
| CMYK | 0.62 | 0 | 0.03 | 0 |
| HSL | 176.96º | 1% | 0.69% | - |
| HSV(B) | 176.96º | 0.62% | 1% | - |
| XYZ | 57.48 | 80.78 | 100.56 | - |
| YUV | 206.85 | 150.65 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 247 | 0.62 | 0 | 0.03 | 0 | 176.96 | 1 | 0.69 |
| Hex | 61 | FF | F7 | 3E | 0 | 3 | 0 | B1 | 64 | 45 |
| Octal | 141 | 377 | 367 | 76 | 0 | 3 | 0 | 261 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11110111 | 111110 | 0 | 11 | 0 | 10110001 | 1100100 | 1000101 |
Color Harmonies of #61FFF7
Complementary color
Monochromatic Colors of #61FFF7
Black with #61FFF7
Text Example
Text Example
White with #61FFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFF7; }
p { color: rgb(97,255,247); }
H1.HeaderClassName
{
color: #61FFF7;
}
.AnyTagClassName
{
color: #61FFF7;
}
</style>
background-color css
<style>
a { background-color: #61FFF7; }
a { background-color: rgb(97,255,247); }
div.DivClassName
{
background-color: #61FFF7;
}
.BgClassName
{
background-color: #61FFF7;
}
</style>
border-color css
<style>
span { border-color: #61FFF7; }
span { border-color: rgb(97,255,247); }
td.TdClassName
{
border-color: #61FFF7;
}
.TagClassName
{
border-color: #61FFF7;
}
</style>