Shades of Baby Blue #61EEFF
Tints of Baby Blue #61EEFF
RGB
CMYK
RGB Variations
Color information
#61EEFF (or 0x61EEFF) is known color: Baby Blue. HEX triplet: 61, EE and FF. RGB value is (97,238,255). Sum of RGB (Red+Green+Blue) = 97+238+255=590 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.44% from 590); Green value is 238 (93.36% from 255 or 40.34% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #61EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EEFF is #9E1100. Grayscale: #C5C5C5. Windows color (decimal): -10359041 or 16772705. OLE color: 16772705.
HSL color Cylindrical-coordinate representation of color #61EEFF: hue angle of 186.46º 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 #61EEFF is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 238 | 255 | - |
| CMYK | 0.62 | 0.07 | 0 | 0 |
| HSL | 186.46º | 1% | 0.69% | - |
| HSV(B) | 186.46º | 0.62% | 1% | - |
| XYZ | 53.55 | 70.91 | 105.47 | - |
| YUV | 197.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 255 | 0.62 | 0.07 | 0 | 0 | 186.46 | 1 | 0.69 |
| Hex | 61 | EE | FF | 3E | 7 | 0 | 0 | BA | 64 | 45 |
| Octal | 141 | 356 | 377 | 76 | 7 | 0 | 0 | 272 | 144 | 105 |
| Binary | 1100001 | 11101110 | 11111111 | 111110 | 111 | 0 | 0 | 10111010 | 1100100 | 1000101 |
Color Harmonies of #61EEFF
Complementary color
Monochromatic Colors of #61EEFF
Black with #61EEFF
Text Example
Text Example
White with #61EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEFF; }
p { color: rgb(97,238,255); }
H1.HeaderClassName
{
color: #61EEFF;
}
.AnyTagClassName
{
color: #61EEFF;
}
</style>
background-color css
<style>
a { background-color: #61EEFF; }
a { background-color: rgb(97,238,255); }
div.DivClassName
{
background-color: #61EEFF;
}
.BgClassName
{
background-color: #61EEFF;
}
</style>
border-color css
<style>
span { border-color: #61EEFF; }
span { border-color: rgb(97,238,255); }
td.TdClassName
{
border-color: #61EEFF;
}
.TagClassName
{
border-color: #61EEFF;
}
</style>