Shades of Baby Blue #55FEF6
Tints of Baby Blue #55FEF6
RGB
CMYK
RGB Variations
Color information
#55FEF6 (or 0x55FEF6) is known color: Baby Blue. HEX triplet: 55, FE and F6. RGB value is (85,254,246). Sum of RGB (Red+Green+Blue) = 85+254+246=585 (77% of max value = 765). Red value is 85 (33.59% from 255 or 14.53% from 585); Green value is 254 (99.61% from 255 or 43.42% from 585); Blue value is 246 (96.48% from 255 or 42.05% from 585); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FEF6 is #AA0109. Grayscale: #CACACA. Windows color (decimal): -11141386 or 16186965. OLE color: 16186965.
HSL color Cylindrical-coordinate representation of color #55FEF6: hue angle of 177.16º 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 #55FEF6 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 246 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.00 |
| HSL | 177.16º | 0.99% | 0.66% | - |
| HSV(B) | 177.16º | 0.67% | 1% | - |
| XYZ | 55.82 | 79.47 | 99.59 | - |
| YUV | 202.56 | 152.51 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 246 | 0.67 | 0 | 0.03 | 0.00 | 177.16 | 0.99 | 0.66 |
| Hex | 55 | FE | F6 | 43 | 0 | 3 | 0 | B1 | 63 | 42 |
| Octal | 125 | 376 | 366 | 103 | 0 | 3 | 0 | 261 | 143 | 102 |
| Binary | 1010101 | 11111110 | 11110110 | 1000011 | 0 | 11 | 0 | 10110001 | 1100011 | 1000010 |
Color Harmonies of #55FEF6
Complementary color
Monochromatic Colors of #55FEF6
Black with #55FEF6
Text Example
Text Example
White with #55FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEF6; }
p { color: rgb(85,254,246); }
H1.HeaderClassName
{
color: #55FEF6;
}
.AnyTagClassName
{
color: #55FEF6;
}
</style>
background-color css
<style>
a { background-color: #55FEF6; }
a { background-color: rgb(85,254,246); }
div.DivClassName
{
background-color: #55FEF6;
}
.BgClassName
{
background-color: #55FEF6;
}
</style>
border-color css
<style>
span { border-color: #55FEF6; }
span { border-color: rgb(85,254,246); }
td.TdClassName
{
border-color: #55FEF6;
}
.TagClassName
{
border-color: #55FEF6;
}
</style>