Shades of Baby Blue #54F9F3
Tints of Baby Blue #54F9F3
RGB
CMYK
RGB Variations
Color information
#54F9F3 (or 0x54F9F3) is known color: Baby Blue. HEX triplet: 54, F9 and F3. RGB value is (84,249,243). Sum of RGB (Red+Green+Blue) = 84+249+243=576 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.58% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #54F9F3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54F9F3 is #AB060C. Grayscale: #C6C6C6. Windows color (decimal): -11208205 or 15989076. OLE color: 15989076.
HSL color Cylindrical-coordinate representation of color #54F9F3: hue angle of 177.82º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54F9F3 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 84 | 249 | 243 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.02 |
| HSL | 177.82º | 0.93% | 0.65% | - |
| HSV(B) | 177.82º | 0.66% | 0.98% | - |
| XYZ | 53.71 | 76.11 | 96.65 | - |
| YUV | 198.98 | 152.84 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 249 | 243 | 0.66 | 0 | 0.02 | 0.02 | 177.82 | 0.93 | 0.65 |
| Hex | 54 | F9 | F3 | 42 | 0 | 2 | 2 | B2 | 5D | 41 |
| Octal | 124 | 371 | 363 | 102 | 0 | 2 | 2 | 262 | 135 | 101 |
| Binary | 1010100 | 11111001 | 11110011 | 1000010 | 0 | 10 | 10 | 10110010 | 1011101 | 1000001 |
Color Harmonies of #54F9F3
Complementary color
Monochromatic Colors of #54F9F3
Black with #54F9F3
Text Example
Text Example
White with #54F9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F9F3; }
p { color: rgb(84,249,243); }
H1.HeaderClassName
{
color: #54F9F3;
}
.AnyTagClassName
{
color: #54F9F3;
}
</style>
background-color css
<style>
a { background-color: #54F9F3; }
a { background-color: rgb(84,249,243); }
div.DivClassName
{
background-color: #54F9F3;
}
.BgClassName
{
background-color: #54F9F3;
}
</style>
border-color css
<style>
span { border-color: #54F9F3; }
span { border-color: rgb(84,249,243); }
td.TdClassName
{
border-color: #54F9F3;
}
.TagClassName
{
border-color: #54F9F3;
}
</style>