Shades of Baby Blue #54FEEE
Tints of Baby Blue #54FEEE
RGB
CMYK
RGB Variations
Color information
#54FEEE (or 0x54FEEE) is known color: Baby Blue. HEX triplet: 54, FE and EE. RGB value is (84,254,238). Sum of RGB (Red+Green+Blue) = 84+254+238=576 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.58% from 576); Green value is 254 (99.61% from 255 or 44.10% from 576); Blue value is 238 (93.36% from 255 or 41.32% from 576); Max value from RGB is 254 - color contains mainly: green. Hex color #54FEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FEEE is #AB0111. Grayscale: #C9C9C9. Windows color (decimal): -11206930 or 15662676. OLE color: 15662676.
HSL color Cylindrical-coordinate representation of color #54FEEE: hue angle of 174.35º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54FEEE is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 254 | 238 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.00 |
| HSL | 174.35º | 0.99% | 0.66% | - |
| HSV(B) | 174.35º | 0.67% | 1% | - |
| XYZ | 54.53 | 78.94 | 93.25 | - |
| YUV | 201.35 | 148.68 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 254 | 238 | 0.67 | 0 | 0.06 | 0.00 | 174.35 | 0.99 | 0.66 |
| Hex | 54 | FE | EE | 43 | 0 | 6 | 0 | AE | 63 | 42 |
| Octal | 124 | 376 | 356 | 103 | 0 | 6 | 0 | 256 | 143 | 102 |
| Binary | 1010100 | 11111110 | 11101110 | 1000011 | 0 | 110 | 0 | 10101110 | 1100011 | 1000010 |
Color Harmonies of #54FEEE
Complementary color
Monochromatic Colors of #54FEEE
Black with #54FEEE
Text Example
Text Example
White with #54FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54FEEE; }
p { color: rgb(84,254,238); }
H1.HeaderClassName
{
color: #54FEEE;
}
.AnyTagClassName
{
color: #54FEEE;
}
</style>
background-color css
<style>
a { background-color: #54FEEE; }
a { background-color: rgb(84,254,238); }
div.DivClassName
{
background-color: #54FEEE;
}
.BgClassName
{
background-color: #54FEEE;
}
</style>
border-color css
<style>
span { border-color: #54FEEE; }
span { border-color: rgb(84,254,238); }
td.TdClassName
{
border-color: #54FEEE;
}
.TagClassName
{
border-color: #54FEEE;
}
</style>