Shades of Baby Blue #54EFFF
Tints of Baby Blue #54EFFF
RGB
CMYK
RGB Variations
Color information
#54EFFF (or 0x54EFFF) is known color: Baby Blue. HEX triplet: 54, EF and FF. RGB value is (84,239,255). Sum of RGB (Red+Green+Blue) = 84+239+255=578 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.53% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #54EFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EFFF is #AB1000. Grayscale: #C2C2C2. Windows color (decimal): -11210753 or 16772948. OLE color: 16772948.
HSL color Cylindrical-coordinate representation of color #54EFFF: hue angle of 185.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #54EFFF is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 239 | 255 | - |
| CMYK | 0.67 | 0.06 | 0 | 0 |
| HSL | 185.61º | 1% | 0.66% | - |
| HSV(B) | 185.61º | 0.67% | 1% | - |
| XYZ | 52.57 | 70.84 | 105.51 | - |
| YUV | 194.48 | 162.15 | 49.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 255 | 0.67 | 0.06 | 0 | 0 | 185.61 | 1 | 0.66 |
| Hex | 54 | EF | FF | 43 | 6 | 0 | 0 | BA | 64 | 42 |
| Octal | 124 | 357 | 377 | 103 | 6 | 0 | 0 | 272 | 144 | 102 |
| Binary | 1010100 | 11101111 | 11111111 | 1000011 | 110 | 0 | 0 | 10111010 | 1100100 | 1000010 |
Color Harmonies of #54EFFF
Complementary color
Monochromatic Colors of #54EFFF
Black with #54EFFF
Text Example
Text Example
White with #54EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFFF; }
p { color: rgb(84,239,255); }
H1.HeaderClassName
{
color: #54EFFF;
}
.AnyTagClassName
{
color: #54EFFF;
}
</style>
background-color css
<style>
a { background-color: #54EFFF; }
a { background-color: rgb(84,239,255); }
div.DivClassName
{
background-color: #54EFFF;
}
.BgClassName
{
background-color: #54EFFF;
}
</style>
border-color css
<style>
span { border-color: #54EFFF; }
span { border-color: rgb(84,239,255); }
td.TdClassName
{
border-color: #54EFFF;
}
.TagClassName
{
border-color: #54EFFF;
}
</style>