Shades of Baby Blue #61FDFB
Tints of Baby Blue #61FDFB
RGB
CMYK
RGB Variations
Color information
#61FDFB (or 0x61FDFB) is known color: Baby Blue. HEX triplet: 61, FD and FB. RGB value is (97,253,251). Sum of RGB (Red+Green+Blue) = 97+253+251=601 (79% of max value = 765). Red value is 97 (38.28% from 255 or 16.14% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FDFB is #9E0204. Grayscale: #CDCDCD. Windows color (decimal): -10355205 or 16514401. OLE color: 16514401.
HSL color Cylindrical-coordinate representation of color #61FDFB: hue angle of 179.23º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDFB is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 97 | 253 | 251 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.01 |
| HSL | 179.23º | 0.98% | 0.69% | - |
| HSV(B) | 179.23º | 0.62% | 0.99% | - |
| XYZ | 57.47 | 79.76 | 103.63 | - |
| YUV | 206.13 | 153.32 | 50.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 251 | 0.62 | 0 | 0.01 | 0.01 | 179.23 | 0.98 | 0.69 |
| Hex | 61 | FD | FB | 3E | 0 | 1 | 1 | B3 | 62 | 45 |
| Octal | 141 | 375 | 373 | 76 | 0 | 1 | 1 | 263 | 142 | 105 |
| Binary | 1100001 | 11111101 | 11111011 | 111110 | 0 | 1 | 1 | 10110011 | 1100010 | 1000101 |
Color Harmonies of #61FDFB
Complementary color
Monochromatic Colors of #61FDFB
Black with #61FDFB
Text Example
Text Example
White with #61FDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FDFB; }
p { color: rgb(97,253,251); }
H1.HeaderClassName
{
color: #61FDFB;
}
.AnyTagClassName
{
color: #61FDFB;
}
</style>
background-color css
<style>
a { background-color: #61FDFB; }
a { background-color: rgb(97,253,251); }
div.DivClassName
{
background-color: #61FDFB;
}
.BgClassName
{
background-color: #61FDFB;
}
</style>
border-color css
<style>
span { border-color: #61FDFB; }
span { border-color: rgb(97,253,251); }
td.TdClassName
{
border-color: #61FDFB;
}
.TagClassName
{
border-color: #61FDFB;
}
</style>