Shades of Baby Blue #54F0FF
Tints of Baby Blue #54F0FF
RGB
CMYK
RGB Variations
Color information
#54F0FF (or 0x54F0FF) is known color: Baby Blue. HEX triplet: 54, F0 and FF. RGB value is (84,240,255). Sum of RGB (Red+Green+Blue) = 84+240+255=579 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.51% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #54F0FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F0FF is #AB0F00. Grayscale: #C2C2C2. Windows color (decimal): -11210497 or 16773204. OLE color: 16773204.
HSL color Cylindrical-coordinate representation of color #54F0FF: hue angle of 185.26º 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 #54F0FF is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 240 | 255 | - |
| CMYK | 0.67 | 0.06 | 0 | 0 |
| HSL | 185.26º | 1% | 0.66% | - |
| HSV(B) | 185.26º | 0.67% | 1% | - |
| XYZ | 52.87 | 71.42 | 105.61 | - |
| YUV | 195.07 | 161.82 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 240 | 255 | 0.67 | 0.06 | 0 | 0 | 185.26 | 1 | 0.66 |
| Hex | 54 | F0 | FF | 43 | 6 | 0 | 0 | B9 | 64 | 42 |
| Octal | 124 | 360 | 377 | 103 | 6 | 0 | 0 | 271 | 144 | 102 |
| Binary | 1010100 | 11110000 | 11111111 | 1000011 | 110 | 0 | 0 | 10111001 | 1100100 | 1000010 |
Color Harmonies of #54F0FF
Complementary color
Monochromatic Colors of #54F0FF
Black with #54F0FF
Text Example
Text Example
White with #54F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F0FF; }
p { color: rgb(84,240,255); }
H1.HeaderClassName
{
color: #54F0FF;
}
.AnyTagClassName
{
color: #54F0FF;
}
</style>
background-color css
<style>
a { background-color: #54F0FF; }
a { background-color: rgb(84,240,255); }
div.DivClassName
{
background-color: #54F0FF;
}
.BgClassName
{
background-color: #54F0FF;
}
</style>
border-color css
<style>
span { border-color: #54F0FF; }
span { border-color: rgb(84,240,255); }
td.TdClassName
{
border-color: #54F0FF;
}
.TagClassName
{
border-color: #54F0FF;
}
</style>