Shades of Baby Blue #61F1FF
Tints of Baby Blue #61F1FF
RGB
CMYK
RGB Variations
Color information
#61F1FF (or 0x61F1FF) is known color: Baby Blue. HEX triplet: 61, F1 and FF. RGB value is (97,241,255). Sum of RGB (Red+Green+Blue) = 97+241+255=593 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.36% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #61F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F1FF is #9E0E00. Grayscale: #C7C7C7. Windows color (decimal): -10358273 or 16773473. OLE color: 16773473.
HSL color Cylindrical-coordinate representation of color #61F1FF: hue angle of 185.32º 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 #61F1FF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 241 | 255 | - |
| CMYK | 0.62 | 0.05 | 0 | 0 |
| HSL | 185.32º | 1% | 0.69% | - |
| HSV(B) | 185.32º | 0.62% | 1% | - |
| XYZ | 54.44 | 72.67 | 105.77 | - |
| YUV | 199.54 | 159.29 | 54.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 255 | 0.62 | 0.05 | 0 | 0 | 185.32 | 1 | 0.69 |
| Hex | 61 | F1 | FF | 3E | 5 | 0 | 0 | B9 | 64 | 45 |
| Octal | 141 | 361 | 377 | 76 | 5 | 0 | 0 | 271 | 144 | 105 |
| Binary | 1100001 | 11110001 | 11111111 | 111110 | 101 | 0 | 0 | 10111001 | 1100100 | 1000101 |
Color Harmonies of #61F1FF
Complementary color
Monochromatic Colors of #61F1FF
Black with #61F1FF
Text Example
Text Example
White with #61F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1FF; }
p { color: rgb(97,241,255); }
H1.HeaderClassName
{
color: #61F1FF;
}
.AnyTagClassName
{
color: #61F1FF;
}
</style>
background-color css
<style>
a { background-color: #61F1FF; }
a { background-color: rgb(97,241,255); }
div.DivClassName
{
background-color: #61F1FF;
}
.BgClassName
{
background-color: #61F1FF;
}
</style>
border-color css
<style>
span { border-color: #61F1FF; }
span { border-color: rgb(97,241,255); }
td.TdClassName
{
border-color: #61F1FF;
}
.TagClassName
{
border-color: #61F1FF;
}
</style>