Shades of Baby Blue #54EFF6
Tints of Baby Blue #54EFF6
RGB
CMYK
RGB Variations
Color information
#54EFF6 (or 0x54EFF6) is known color: Baby Blue. HEX triplet: 54, EF and F6. RGB value is (84,239,246). Sum of RGB (Red+Green+Blue) = 84+239+246=569 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.76% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #54EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EFF6 is #AB1009. Grayscale: #C1C1C1. Windows color (decimal): -11210762 or 16183124. OLE color: 16183124.
HSL color Cylindrical-coordinate representation of color #54EFF6: hue angle of 182.59º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54EFF6 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 239 | 246 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.04 |
| HSL | 182.59º | 0.9% | 0.65% | - |
| HSV(B) | 182.59º | 0.66% | 0.96% | - |
| XYZ | 51.16 | 70.27 | 98.06 | - |
| YUV | 193.45 | 157.65 | 49.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 246 | 0.66 | 0.03 | 0 | 0.04 | 182.59 | 0.9 | 0.65 |
| Hex | 54 | EF | F6 | 42 | 3 | 0 | 4 | B7 | 5A | 41 |
| Octal | 124 | 357 | 366 | 102 | 3 | 0 | 4 | 267 | 132 | 101 |
| Binary | 1010100 | 11101111 | 11110110 | 1000010 | 11 | 0 | 100 | 10110111 | 1011010 | 1000001 |
Color Harmonies of #54EFF6
Complementary color
Monochromatic Colors of #54EFF6
Black with #54EFF6
Text Example
Text Example
White with #54EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EFF6; }
p { color: rgb(84,239,246); }
H1.HeaderClassName
{
color: #54EFF6;
}
.AnyTagClassName
{
color: #54EFF6;
}
</style>
background-color css
<style>
a { background-color: #54EFF6; }
a { background-color: rgb(84,239,246); }
div.DivClassName
{
background-color: #54EFF6;
}
.BgClassName
{
background-color: #54EFF6;
}
</style>
border-color css
<style>
span { border-color: #54EFF6; }
span { border-color: rgb(84,239,246); }
td.TdClassName
{
border-color: #54EFF6;
}
.TagClassName
{
border-color: #54EFF6;
}
</style>