Shades of Baby Blue #5EEFF0
Tints of Baby Blue #5EEFF0
RGB
CMYK
RGB Variations
Color information
#5EEFF0 (or 0x5EEFF0) is known color: Baby Blue. HEX triplet: 5E, EF and F0. RGB value is (94,239,240). Sum of RGB (Red+Green+Blue) = 94+239+240=573 (75% of max value = 765). Red value is 94 (37.11% from 255 or 16.40% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #5EEFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFF0 is #A1100F. Grayscale: #C3C3C3. Windows color (decimal): -10555408 or 15789918. OLE color: 15789918.
HSL color Cylindrical-coordinate representation of color #5EEFF0: hue angle of 180.41º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EEFF0 is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 239 | 240 | - |
| CMYK | 0.61 | 0.00 | 0 | 0.06 |
| HSL | 180.41º | 0.83% | 0.65% | - |
| HSV(B) | 180.41º | 0.61% | 0.94% | - |
| XYZ | 51.21 | 70.4 | 93.33 | - |
| YUV | 195.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 240 | 0.61 | 0.00 | 0 | 0.06 | 180.41 | 0.83 | 0.65 |
| Hex | 5E | EF | F0 | 3D | 0 | 0 | 6 | B4 | 53 | 41 |
| Octal | 136 | 357 | 360 | 75 | 0 | 0 | 6 | 264 | 123 | 101 |
| Binary | 1011110 | 11101111 | 11110000 | 111101 | 0 | 0 | 110 | 10110100 | 1010011 | 1000001 |
Color Harmonies of #5EEFF0
Complementary color
Monochromatic Colors of #5EEFF0
Black with #5EEFF0
Text Example
Text Example
White with #5EEFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFF0; }
p { color: rgb(94,239,240); }
H1.HeaderClassName
{
color: #5EEFF0;
}
.AnyTagClassName
{
color: #5EEFF0;
}
</style>
background-color css
<style>
a { background-color: #5EEFF0; }
a { background-color: rgb(94,239,240); }
div.DivClassName
{
background-color: #5EEFF0;
}
.BgClassName
{
background-color: #5EEFF0;
}
</style>
border-color css
<style>
span { border-color: #5EEFF0; }
span { border-color: rgb(94,239,240); }
td.TdClassName
{
border-color: #5EEFF0;
}
.TagClassName
{
border-color: #5EEFF0;
}
</style>