Shades of Baby Blue #61F3EE
Tints of Baby Blue #61F3EE
RGB
CMYK
RGB Variations
Color information
#61F3EE (or 0x61F3EE) is known color: Baby Blue. HEX triplet: 61, F3 and EE. RGB value is (97,243,238). Sum of RGB (Red+Green+Blue) = 97+243+238=578 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.78% from 578); Green value is 243 (95.31% from 255 or 42.04% from 578); Blue value is 238 (93.36% from 255 or 41.18% from 578); Max value from RGB is 243 - color contains mainly: green. Hex color #61F3EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F3EE is #9E0C11. Grayscale: #C6C6C6. Windows color (decimal): -10357778 or 15659873. OLE color: 15659873.
HSL color Cylindrical-coordinate representation of color #61F3EE: hue angle of 177.95º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F3EE is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 243 | 238 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.05 |
| HSL | 177.95º | 0.86% | 0.67% | - |
| HSV(B) | 177.95º | 0.6% | 0.95% | - |
| XYZ | 52.41 | 72.82 | 92.18 | - |
| YUV | 198.78 | 150.13 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 243 | 238 | 0.60 | 0 | 0.02 | 0.05 | 177.95 | 0.86 | 0.67 |
| Hex | 61 | F3 | EE | 3C | 0 | 2 | 5 | B2 | 56 | 43 |
| Octal | 141 | 363 | 356 | 74 | 0 | 2 | 5 | 262 | 126 | 103 |
| Binary | 1100001 | 11110011 | 11101110 | 111100 | 0 | 10 | 101 | 10110010 | 1010110 | 1000011 |
Color Harmonies of #61F3EE
Complementary color
Monochromatic Colors of #61F3EE
Black with #61F3EE
Text Example
Text Example
White with #61F3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61F3EE; }
p { color: rgb(97,243,238); }
H1.HeaderClassName
{
color: #61F3EE;
}
.AnyTagClassName
{
color: #61F3EE;
}
</style>
background-color css
<style>
a { background-color: #61F3EE; }
a { background-color: rgb(97,243,238); }
div.DivClassName
{
background-color: #61F3EE;
}
.BgClassName
{
background-color: #61F3EE;
}
</style>
border-color css
<style>
span { border-color: #61F3EE; }
span { border-color: rgb(97,243,238); }
td.TdClassName
{
border-color: #61F3EE;
}
.TagClassName
{
border-color: #61F3EE;
}
</style>