Shades of Baby Blue #61FDFF
Tints of Baby Blue #61FDFF
RGB
CMYK
RGB Variations
Color information
#61FDFF (or 0x61FDFF) is known color: Baby Blue. HEX triplet: 61, FD and FF. RGB value is (97,253,255). Sum of RGB (Red+Green+Blue) = 97+253+255=605 (80% of max value = 765). Red value is 97 (38.28% from 255 or 16.03% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #61FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FDFF is #9E0200. Grayscale: #CECECE. Windows color (decimal): -10355201 or 16776545. OLE color: 16776545.
HSL color Cylindrical-coordinate representation of color #61FDFF: hue angle of 180.76º 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 #61FDFF is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 253 | 255 | - |
| CMYK | 0.62 | 0.01 | 0 | 0 |
| HSL | 180.76º | 1% | 0.69% | - |
| HSV(B) | 180.76º | 0.62% | 1% | - |
| XYZ | 58.11 | 80.01 | 106.99 | - |
| YUV | 206.58 | 155.32 | 49.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 253 | 255 | 0.62 | 0.01 | 0 | 0 | 180.76 | 1 | 0.69 |
| Hex | 61 | FD | FF | 3E | 1 | 0 | 0 | B5 | 64 | 45 |
| Octal | 141 | 375 | 377 | 76 | 1 | 0 | 0 | 265 | 144 | 105 |
| Binary | 1100001 | 11111101 | 11111111 | 111110 | 1 | 0 | 0 | 10110101 | 1100100 | 1000101 |
Color Harmonies of #61FDFF
Complementary color
Monochromatic Colors of #61FDFF
Black with #61FDFF
Text Example
Text Example
White with #61FDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61FDFF; }
p { color: rgb(97,253,255); }
H1.HeaderClassName
{
color: #61FDFF;
}
.AnyTagClassName
{
color: #61FDFF;
}
</style>
background-color css
<style>
a { background-color: #61FDFF; }
a { background-color: rgb(97,253,255); }
div.DivClassName
{
background-color: #61FDFF;
}
.BgClassName
{
background-color: #61FDFF;
}
</style>
border-color css
<style>
span { border-color: #61FDFF; }
span { border-color: rgb(97,253,255); }
td.TdClassName
{
border-color: #61FDFF;
}
.TagClassName
{
border-color: #61FDFF;
}
</style>