Shades of Baby Blue #5EEAFF
Tints of Baby Blue #5EEAFF
RGB
CMYK
RGB Variations
Color information
#5EEAFF (or 0x5EEAFF) is known color: Baby Blue. HEX triplet: 5E, EA and FF. RGB value is (94,234,255). Sum of RGB (Red+Green+Blue) = 94+234+255=583 (77% of max value = 765). Red value is 94 (37.11% from 255 or 16.12% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #5EEAFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEAFF is #A11500. Grayscale: #C2C2C2. Windows color (decimal): -10556673 or 16771678. OLE color: 16771678.
HSL color Cylindrical-coordinate representation of color #5EEAFF: hue angle of 187.83º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EEAFF is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 234 | 255 | - |
| CMYK | 0.63 | 0.08 | 0 | 0 |
| HSL | 187.83º | 1% | 0.68% | - |
| HSV(B) | 187.83º | 0.63% | 1% | - |
| XYZ | 52.09 | 68.45 | 105.07 | - |
| YUV | 194.53 | 162.12 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 234 | 255 | 0.63 | 0.08 | 0 | 0 | 187.83 | 1 | 0.68 |
| Hex | 5E | EA | FF | 3F | 8 | 0 | 0 | BC | 64 | 44 |
| Octal | 136 | 352 | 377 | 77 | 10 | 0 | 0 | 274 | 144 | 104 |
| Binary | 1011110 | 11101010 | 11111111 | 111111 | 1000 | 0 | 0 | 10111100 | 1100100 | 1000100 |
Color Harmonies of #5EEAFF
Complementary color
Monochromatic Colors of #5EEAFF
Black with #5EEAFF
Text Example
Text Example
White with #5EEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEAFF; }
p { color: rgb(94,234,255); }
H1.HeaderClassName
{
color: #5EEAFF;
}
.AnyTagClassName
{
color: #5EEAFF;
}
</style>
background-color css
<style>
a { background-color: #5EEAFF; }
a { background-color: rgb(94,234,255); }
div.DivClassName
{
background-color: #5EEAFF;
}
.BgClassName
{
background-color: #5EEAFF;
}
</style>
border-color css
<style>
span { border-color: #5EEAFF; }
span { border-color: rgb(94,234,255); }
td.TdClassName
{
border-color: #5EEAFF;
}
.TagClassName
{
border-color: #5EEAFF;
}
</style>