Shades of Baby Blue #61EDF7
Tints of Baby Blue #61EDF7
RGB
CMYK
RGB Variations
Color information
#61EDF7 (or 0x61EDF7) is known color: Baby Blue. HEX triplet: 61, ED and F7. RGB value is (97,237,247). Sum of RGB (Red+Green+Blue) = 97+237+247=581 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.70% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 247 - color contains mainly: blue. Hex color #61EDF7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDF7 is #9E1208. Grayscale: #C4C4C4. Windows color (decimal): -10359305 or 16248161. OLE color: 16248161.
HSL color Cylindrical-coordinate representation of color #61EDF7: hue angle of 184º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61EDF7 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 237 | 247 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.03 |
| HSL | 184º | 0.9% | 0.67% | - |
| HSV(B) | 184º | 0.61% | 0.97% | - |
| XYZ | 52 | 69.83 | 98.73 | - |
| YUV | 196.28 | 156.62 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 237 | 247 | 0.61 | 0.04 | 0 | 0.03 | 184 | 0.9 | 0.67 |
| Hex | 61 | ED | F7 | 3D | 4 | 0 | 3 | B8 | 5A | 43 |
| Octal | 141 | 355 | 367 | 75 | 4 | 0 | 3 | 270 | 132 | 103 |
| Binary | 1100001 | 11101101 | 11110111 | 111101 | 100 | 0 | 11 | 10111000 | 1011010 | 1000011 |
Color Harmonies of #61EDF7
Complementary color
Monochromatic Colors of #61EDF7
Black with #61EDF7
Text Example
Text Example
White with #61EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EDF7; }
p { color: rgb(97,237,247); }
H1.HeaderClassName
{
color: #61EDF7;
}
.AnyTagClassName
{
color: #61EDF7;
}
</style>
background-color css
<style>
a { background-color: #61EDF7; }
a { background-color: rgb(97,237,247); }
div.DivClassName
{
background-color: #61EDF7;
}
.BgClassName
{
background-color: #61EDF7;
}
</style>
border-color css
<style>
span { border-color: #61EDF7; }
span { border-color: rgb(97,237,247); }
td.TdClassName
{
border-color: #61EDF7;
}
.TagClassName
{
border-color: #61EDF7;
}
</style>