Shades of Baby Blue #61FFEB
Tints of Baby Blue #61FFEB
RGB
CMYK
RGB Variations
Color information
#61FFEB (or 0x61FFEB) is known color: Baby Blue. HEX triplet: 61, FF and EB. RGB value is (97,255,235). Sum of RGB (Red+Green+Blue) = 97+255+235=587 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.52% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #61FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FFEB is #9E0014. Grayscale: #CDCDCD. Windows color (decimal): -10354709 or 15466337. OLE color: 15466337.
HSL color Cylindrical-coordinate representation of color #61FFEB: hue angle of 172.41º 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 #61FFEB is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 255 | 235 | - |
| CMYK | 0.62 | 0 | 0.08 | 0 |
| HSL | 172.41º | 1% | 0.69% | - |
| HSV(B) | 172.41º | 0.62% | 1% | - |
| XYZ | 55.69 | 80.06 | 91.12 | - |
| YUV | 205.48 | 144.65 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 255 | 235 | 0.62 | 0 | 0.08 | 0 | 172.41 | 1 | 0.69 |
| Hex | 61 | FF | EB | 3E | 0 | 8 | 0 | AC | 64 | 45 |
| Octal | 141 | 377 | 353 | 76 | 0 | 10 | 0 | 254 | 144 | 105 |
| Binary | 1100001 | 11111111 | 11101011 | 111110 | 0 | 1000 | 0 | 10101100 | 1100100 | 1000101 |
Color Harmonies of #61FFEB
Complementary color
Monochromatic Colors of #61FFEB
Black with #61FFEB
Text Example
Text Example
White with #61FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FFEB; }
p { color: rgb(97,255,235); }
H1.HeaderClassName
{
color: #61FFEB;
}
.AnyTagClassName
{
color: #61FFEB;
}
</style>
background-color css
<style>
a { background-color: #61FFEB; }
a { background-color: rgb(97,255,235); }
div.DivClassName
{
background-color: #61FFEB;
}
.BgClassName
{
background-color: #61FFEB;
}
</style>
border-color css
<style>
span { border-color: #61FFEB; }
span { border-color: rgb(97,255,235); }
td.TdClassName
{
border-color: #61FFEB;
}
.TagClassName
{
border-color: #61FFEB;
}
</style>