Shades of Baby Blue #5EEFF9
Tints of Baby Blue #5EEFF9
RGB
CMYK
RGB Variations
Color information
#5EEFF9 (or 0x5EEFF9) is known color: Baby Blue. HEX triplet: 5E, EF and F9. RGB value is (94,239,249). Sum of RGB (Red+Green+Blue) = 94+239+249=582 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.15% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 249 (97.66% from 255 or 42.78% from 582); Max value from RGB is 249 - color contains mainly: blue. Hex color #5EEFF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFF9 is #A11006. Grayscale: #C4C4C4. Windows color (decimal): -10555399 or 16379742. OLE color: 16379742.
HSL color Cylindrical-coordinate representation of color #5EEFF9: hue angle of 183.87º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EEFF9 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 239 | 249 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.02 |
| HSL | 183.87º | 0.93% | 0.67% | - |
| HSV(B) | 183.87º | 0.62% | 0.98% | - |
| XYZ | 52.58 | 70.95 | 100.55 | - |
| YUV | 196.79 | 157.46 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 249 | 0.62 | 0.04 | 0 | 0.02 | 183.87 | 0.93 | 0.67 |
| Hex | 5E | EF | F9 | 3E | 4 | 0 | 2 | B8 | 5D | 43 |
| Octal | 136 | 357 | 371 | 76 | 4 | 0 | 2 | 270 | 135 | 103 |
| Binary | 1011110 | 11101111 | 11111001 | 111110 | 100 | 0 | 10 | 10111000 | 1011101 | 1000011 |
Color Harmonies of #5EEFF9
Complementary color
Monochromatic Colors of #5EEFF9
Black with #5EEFF9
Text Example
Text Example
White with #5EEFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFF9; }
p { color: rgb(94,239,249); }
H1.HeaderClassName
{
color: #5EEFF9;
}
.AnyTagClassName
{
color: #5EEFF9;
}
</style>
background-color css
<style>
a { background-color: #5EEFF9; }
a { background-color: rgb(94,239,249); }
div.DivClassName
{
background-color: #5EEFF9;
}
.BgClassName
{
background-color: #5EEFF9;
}
</style>
border-color css
<style>
span { border-color: #5EEFF9; }
span { border-color: rgb(94,239,249); }
td.TdClassName
{
border-color: #5EEFF9;
}
.TagClassName
{
border-color: #5EEFF9;
}
</style>