Shades of Baby Blue #54EEF6
Tints of Baby Blue #54EEF6
RGB
CMYK
RGB Variations
Color information
#54EEF6 (or 0x54EEF6) is known color: Baby Blue. HEX triplet: 54, EE and F6. RGB value is (84,238,246). Sum of RGB (Red+Green+Blue) = 84+238+246=568 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.79% from 568); Green value is 238 (93.36% from 255 or 41.90% from 568); Blue value is 246 (96.48% from 255 or 43.31% from 568); Max value from RGB is 246 - color contains mainly: blue. Hex color #54EEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EEF6 is #AB1109. Grayscale: #C0C0C0. Windows color (decimal): -11211018 or 16182868. OLE color: 16182868.
HSL color Cylindrical-coordinate representation of color #54EEF6: hue angle of 182.96º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54EEF6 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 238 | 246 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.04 |
| HSL | 182.96º | 0.9% | 0.65% | - |
| HSV(B) | 182.96º | 0.66% | 0.96% | - |
| XYZ | 50.87 | 69.69 | 97.96 | - |
| YUV | 192.87 | 157.98 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 238 | 246 | 0.66 | 0.03 | 0 | 0.04 | 182.96 | 0.9 | 0.65 |
| Hex | 54 | EE | F6 | 42 | 3 | 0 | 4 | B7 | 5A | 41 |
| Octal | 124 | 356 | 366 | 102 | 3 | 0 | 4 | 267 | 132 | 101 |
| Binary | 1010100 | 11101110 | 11110110 | 1000010 | 11 | 0 | 100 | 10110111 | 1011010 | 1000001 |
Color Harmonies of #54EEF6
Complementary color
Monochromatic Colors of #54EEF6
Black with #54EEF6
Text Example
Text Example
White with #54EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EEF6; }
p { color: rgb(84,238,246); }
H1.HeaderClassName
{
color: #54EEF6;
}
.AnyTagClassName
{
color: #54EEF6;
}
</style>
background-color css
<style>
a { background-color: #54EEF6; }
a { background-color: rgb(84,238,246); }
div.DivClassName
{
background-color: #54EEF6;
}
.BgClassName
{
background-color: #54EEF6;
}
</style>
border-color css
<style>
span { border-color: #54EEF6; }
span { border-color: rgb(84,238,246); }
td.TdClassName
{
border-color: #54EEF6;
}
.TagClassName
{
border-color: #54EEF6;
}
</style>