Shades of Baby Blue #61FEF5
Tints of Baby Blue #61FEF5
RGB
CMYK
RGB Variations
Color information
#61FEF5 (or 0x61FEF5) is known color: Baby Blue. HEX triplet: 61, FE and F5. RGB value is (97,254,245). Sum of RGB (Red+Green+Blue) = 97+254+245=596 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.28% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 245 (96.09% from 255 or 41.11% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #61FEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FEF5 is #9E010A. Grayscale: #CDCDCD. Windows color (decimal): -10354955 or 16121441. OLE color: 16121441.
HSL color Cylindrical-coordinate representation of color #61FEF5: hue angle of 176.56º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FEF5 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 97 | 254 | 245 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.00 |
| HSL | 176.56º | 0.99% | 0.69% | - |
| HSV(B) | 176.56º | 0.62% | 1% | - |
| XYZ | 56.85 | 80.02 | 98.83 | - |
| YUV | 206.03 | 149.99 | 50.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 254 | 245 | 0.62 | 0 | 0.04 | 0.00 | 176.56 | 0.99 | 0.69 |
| Hex | 61 | FE | F5 | 3E | 0 | 4 | 0 | B1 | 63 | 45 |
| Octal | 141 | 376 | 365 | 76 | 0 | 4 | 0 | 261 | 143 | 105 |
| Binary | 1100001 | 11111110 | 11110101 | 111110 | 0 | 100 | 0 | 10110001 | 1100011 | 1000101 |
Color Harmonies of #61FEF5
Complementary color
Monochromatic Colors of #61FEF5
Black with #61FEF5
Text Example
Text Example
White with #61FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FEF5; }
p { color: rgb(97,254,245); }
H1.HeaderClassName
{
color: #61FEF5;
}
.AnyTagClassName
{
color: #61FEF5;
}
</style>
background-color css
<style>
a { background-color: #61FEF5; }
a { background-color: rgb(97,254,245); }
div.DivClassName
{
background-color: #61FEF5;
}
.BgClassName
{
background-color: #61FEF5;
}
</style>
border-color css
<style>
span { border-color: #61FEF5; }
span { border-color: rgb(97,254,245); }
td.TdClassName
{
border-color: #61FEF5;
}
.TagClassName
{
border-color: #61FEF5;
}
</style>