Shades of Baby Blue #54EFFE
Tints of Baby Blue #54EFFE
RGB
CMYK
RGB Variations
Color information
#54EFFE (or 0x54EFFE) is known color: Baby Blue. HEX triplet: 54, EF and FE. RGB value is (84,239,254). Sum of RGB (Red+Green+Blue) = 84+239+254=577 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.56% from 577); Green value is 239 (93.75% from 255 or 41.42% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #54EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EFFE is #AB1001. Grayscale: #C2C2C2. Windows color (decimal): -11210754 or 16707412. OLE color: 16707412.
HSL color Cylindrical-coordinate representation of color #54EFFE: hue angle of 185.29º 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 #54EFFE is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 239 | 254 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.00 |
| HSL | 185.29º | 0.99% | 0.66% | - |
| HSV(B) | 185.29º | 0.67% | 1% | - |
| XYZ | 52.41 | 70.77 | 104.66 | - |
| YUV | 194.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 254 | 0.67 | 0.06 | 0 | 0.00 | 185.29 | 0.99 | 0.66 |
| Hex | 54 | EF | FE | 43 | 6 | 0 | 0 | B9 | 63 | 42 |
| Octal | 124 | 357 | 376 | 103 | 6 | 0 | 0 | 271 | 143 | 102 |
| Binary | 1010100 | 11101111 | 11111110 | 1000011 | 110 | 0 | 0 | 10111001 | 1100011 | 1000010 |
Color Harmonies of #54EFFE
Complementary color
Monochromatic Colors of #54EFFE
Black with #54EFFE
Text Example
Text Example
White with #54EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFFE; }
p { color: rgb(84,239,254); }
H1.HeaderClassName
{
color: #54EFFE;
}
.AnyTagClassName
{
color: #54EFFE;
}
</style>
background-color css
<style>
a { background-color: #54EFFE; }
a { background-color: rgb(84,239,254); }
div.DivClassName
{
background-color: #54EFFE;
}
.BgClassName
{
background-color: #54EFFE;
}
</style>
border-color css
<style>
span { border-color: #54EFFE; }
span { border-color: rgb(84,239,254); }
td.TdClassName
{
border-color: #54EFFE;
}
.TagClassName
{
border-color: #54EFFE;
}
</style>