Shades of Baby Blue #61F2FF
Tints of Baby Blue #61F2FF
RGB
CMYK
RGB Variations
Color information
#61F2FF (or 0x61F2FF) is known color: Baby Blue. HEX triplet: 61, F2 and FF. RGB value is (97,242,255). Sum of RGB (Red+Green+Blue) = 97+242+255=594 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.33% from 594); Green value is 242 (94.92% from 255 or 40.74% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #61F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F2FF is #9E0D00. Grayscale: #C7C7C7. Windows color (decimal): -10358017 or 16773729. OLE color: 16773729.
HSL color Cylindrical-coordinate representation of color #61F2FF: hue angle of 184.94º 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 #61F2FF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 242 | 255 | - |
| CMYK | 0.62 | 0.05 | 0 | 0 |
| HSL | 184.94º | 1% | 0.69% | - |
| HSV(B) | 184.94º | 0.62% | 1% | - |
| XYZ | 54.73 | 73.27 | 105.86 | - |
| YUV | 200.13 | 158.96 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 242 | 255 | 0.62 | 0.05 | 0 | 0 | 184.94 | 1 | 0.69 |
| Hex | 61 | F2 | FF | 3E | 5 | 0 | 0 | B9 | 64 | 45 |
| Octal | 141 | 362 | 377 | 76 | 5 | 0 | 0 | 271 | 144 | 105 |
| Binary | 1100001 | 11110010 | 11111111 | 111110 | 101 | 0 | 0 | 10111001 | 1100100 | 1000101 |
Color Harmonies of #61F2FF
Complementary color
Monochromatic Colors of #61F2FF
Black with #61F2FF
Text Example
Text Example
White with #61F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F2FF; }
p { color: rgb(97,242,255); }
H1.HeaderClassName
{
color: #61F2FF;
}
.AnyTagClassName
{
color: #61F2FF;
}
</style>
background-color css
<style>
a { background-color: #61F2FF; }
a { background-color: rgb(97,242,255); }
div.DivClassName
{
background-color: #61F2FF;
}
.BgClassName
{
background-color: #61F2FF;
}
</style>
border-color css
<style>
span { border-color: #61F2FF; }
span { border-color: rgb(97,242,255); }
td.TdClassName
{
border-color: #61F2FF;
}
.TagClassName
{
border-color: #61F2FF;
}
</style>