Shades of Baby Blue #5EEFFB
Tints of Baby Blue #5EEFFB
RGB
CMYK
RGB Variations
Color information
#5EEFFB (or 0x5EEFFB) is known color: Baby Blue. HEX triplet: 5E, EF and FB. RGB value is (94,239,251). Sum of RGB (Red+Green+Blue) = 94+239+251=584 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.10% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #5EEFFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFFB is #A11004. Grayscale: #C4C4C4. Windows color (decimal): -10555397 or 16510814. OLE color: 16510814.
HSL color Cylindrical-coordinate representation of color #5EEFFB: hue angle of 184.59º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EEFFB is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 239 | 251 | - |
| CMYK | 0.63 | 0.05 | 0 | 0.02 |
| HSL | 184.59º | 0.95% | 0.68% | - |
| HSV(B) | 184.59º | 0.63% | 0.98% | - |
| XYZ | 52.9 | 71.08 | 102.2 | - |
| YUV | 197.01 | 158.46 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 251 | 0.63 | 0.05 | 0 | 0.02 | 184.59 | 0.95 | 0.68 |
| Hex | 5E | EF | FB | 3F | 5 | 0 | 2 | B9 | 5F | 44 |
| Octal | 136 | 357 | 373 | 77 | 5 | 0 | 2 | 271 | 137 | 104 |
| Binary | 1011110 | 11101111 | 11111011 | 111111 | 101 | 0 | 10 | 10111001 | 1011111 | 1000100 |
Color Harmonies of #5EEFFB
Complementary color
Monochromatic Colors of #5EEFFB
Black with #5EEFFB
Text Example
Text Example
White with #5EEFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFFB; }
p { color: rgb(94,239,251); }
H1.HeaderClassName
{
color: #5EEFFB;
}
.AnyTagClassName
{
color: #5EEFFB;
}
</style>
background-color css
<style>
a { background-color: #5EEFFB; }
a { background-color: rgb(94,239,251); }
div.DivClassName
{
background-color: #5EEFFB;
}
.BgClassName
{
background-color: #5EEFFB;
}
</style>
border-color css
<style>
span { border-color: #5EEFFB; }
span { border-color: rgb(94,239,251); }
td.TdClassName
{
border-color: #5EEFFB;
}
.TagClassName
{
border-color: #5EEFFB;
}
</style>