Shades of Baby Blue #61F1F8
Tints of Baby Blue #61F1F8
RGB
CMYK
RGB Variations
Color information
#61F1F8 (or 0x61F1F8) is known color: Baby Blue. HEX triplet: 61, F1 and F8. RGB value is (97,241,248). Sum of RGB (Red+Green+Blue) = 97+241+248=586 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.55% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #61F1F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F1F8 is #9E0E07. Grayscale: #C6C6C6. Windows color (decimal): -10358280 or 16314721. OLE color: 16314721.
HSL color Cylindrical-coordinate representation of color #61F1F8: hue angle of 182.78º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F1F8 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 97 | 241 | 248 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.03 |
| HSL | 182.78º | 0.92% | 0.68% | - |
| HSV(B) | 182.78º | 0.61% | 0.97% | - |
| XYZ | 53.33 | 72.23 | 99.94 | - |
| YUV | 198.74 | 155.79 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 241 | 248 | 0.61 | 0.03 | 0 | 0.03 | 182.78 | 0.92 | 0.68 |
| Hex | 61 | F1 | F8 | 3D | 3 | 0 | 3 | B7 | 5C | 44 |
| Octal | 141 | 361 | 370 | 75 | 3 | 0 | 3 | 267 | 134 | 104 |
| Binary | 1100001 | 11110001 | 11111000 | 111101 | 11 | 0 | 11 | 10110111 | 1011100 | 1000100 |
Color Harmonies of #61F1F8
Complementary color
Monochromatic Colors of #61F1F8
Black with #61F1F8
Text Example
Text Example
White with #61F1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F1F8; }
p { color: rgb(97,241,248); }
H1.HeaderClassName
{
color: #61F1F8;
}
.AnyTagClassName
{
color: #61F1F8;
}
</style>
background-color css
<style>
a { background-color: #61F1F8; }
a { background-color: rgb(97,241,248); }
div.DivClassName
{
background-color: #61F1F8;
}
.BgClassName
{
background-color: #61F1F8;
}
</style>
border-color css
<style>
span { border-color: #61F1F8; }
span { border-color: rgb(97,241,248); }
td.TdClassName
{
border-color: #61F1F8;
}
.TagClassName
{
border-color: #61F1F8;
}
</style>