Shades of Baby Blue #5EEFF6
Tints of Baby Blue #5EEFF6
RGB
CMYK
RGB Variations
Color information
#5EEFF6 (or 0x5EEFF6) is known color: Baby Blue. HEX triplet: 5E, EF and F6. RGB value is (94,239,246). Sum of RGB (Red+Green+Blue) = 94+239+246=579 (76% of max value = 765). Red value is 94 (37.11% from 255 or 16.23% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 246 (96.48% from 255 or 42.49% from 579); Max value from RGB is 246 - color contains mainly: blue. Hex color #5EEFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5EEFF6 is #A11009. Grayscale: #C4C4C4. Windows color (decimal): -10555402 or 16183134. OLE color: 16183134.
HSL color Cylindrical-coordinate representation of color #5EEFF6: hue angle of 182.76º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5EEFF6 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 239 | 246 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.04 |
| HSL | 182.76º | 0.89% | 0.67% | - |
| HSV(B) | 182.76º | 0.62% | 0.96% | - |
| XYZ | 52.12 | 70.77 | 98.1 | - |
| YUV | 196.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 239 | 246 | 0.62 | 0.03 | 0 | 0.04 | 182.76 | 0.89 | 0.67 |
| Hex | 5E | EF | F6 | 3E | 3 | 0 | 4 | B7 | 59 | 43 |
| Octal | 136 | 357 | 366 | 76 | 3 | 0 | 4 | 267 | 131 | 103 |
| Binary | 1011110 | 11101111 | 11110110 | 111110 | 11 | 0 | 100 | 10110111 | 1011001 | 1000011 |
Color Harmonies of #5EEFF6
Complementary color
Monochromatic Colors of #5EEFF6
Black with #5EEFF6
Text Example
Text Example
White with #5EEFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EEFF6; }
p { color: rgb(94,239,246); }
H1.HeaderClassName
{
color: #5EEFF6;
}
.AnyTagClassName
{
color: #5EEFF6;
}
</style>
background-color css
<style>
a { background-color: #5EEFF6; }
a { background-color: rgb(94,239,246); }
div.DivClassName
{
background-color: #5EEFF6;
}
.BgClassName
{
background-color: #5EEFF6;
}
</style>
border-color css
<style>
span { border-color: #5EEFF6; }
span { border-color: rgb(94,239,246); }
td.TdClassName
{
border-color: #5EEFF6;
}
.TagClassName
{
border-color: #5EEFF6;
}
</style>