Shades of Baby Blue #50EEF5
Tints of Baby Blue #50EEF5
RGB
CMYK
RGB Variations
Color information
#50EEF5 (or 0x50EEF5) is known color: Baby Blue. HEX triplet: 50, EE and F5. RGB value is (80,238,245). Sum of RGB (Red+Green+Blue) = 80+238+245=563 (74% of max value = 765). Red value is 80 (31.64% from 255 or 14.21% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #50EEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #50EEF5 is #AF110A. Grayscale: #BFBFBF. Windows color (decimal): -11473163 or 16117328. OLE color: 16117328.
HSL color Cylindrical-coordinate representation of color #50EEF5: hue angle of 182.55º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50EEF5 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 80 | 238 | 245 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.04 |
| HSL | 182.55º | 0.89% | 0.64% | - |
| HSV(B) | 182.55º | 0.67% | 0.96% | - |
| XYZ | 50.36 | 69.45 | 97.14 | - |
| YUV | 191.56 | 158.15 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 238 | 245 | 0.67 | 0.03 | 0 | 0.04 | 182.55 | 0.89 | 0.64 |
| Hex | 50 | EE | F5 | 43 | 3 | 0 | 4 | B7 | 59 | 40 |
| Octal | 120 | 356 | 365 | 103 | 3 | 0 | 4 | 267 | 131 | 100 |
| Binary | 1010000 | 11101110 | 11110101 | 1000011 | 11 | 0 | 100 | 10110111 | 1011001 | 1000000 |
Color Harmonies of #50EEF5
Complementary color
Monochromatic Colors of #50EEF5
Black with #50EEF5
Text Example
Text Example
White with #50EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50EEF5; }
p { color: rgb(80,238,245); }
H1.HeaderClassName
{
color: #50EEF5;
}
.AnyTagClassName
{
color: #50EEF5;
}
</style>
background-color css
<style>
a { background-color: #50EEF5; }
a { background-color: rgb(80,238,245); }
div.DivClassName
{
background-color: #50EEF5;
}
.BgClassName
{
background-color: #50EEF5;
}
</style>
border-color css
<style>
span { border-color: #50EEF5; }
span { border-color: rgb(80,238,245); }
td.TdClassName
{
border-color: #50EEF5;
}
.TagClassName
{
border-color: #50EEF5;
}
</style>