Shades of Baby Blue #55FEFC
Tints of Baby Blue #55FEFC
RGB
CMYK
RGB Variations
Color information
#55FEFC (or 0x55FEFC) is known color: Baby Blue. HEX triplet: 55, FE and FC. RGB value is (85,254,252). Sum of RGB (Red+Green+Blue) = 85+254+252=591 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.38% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FEFC is #AA0103. Grayscale: #CBCBCB. Windows color (decimal): -11141380 or 16580181. OLE color: 16580181.
HSL color Cylindrical-coordinate representation of color #55FEFC: hue angle of 179.29º 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 #55FEFC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 252 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.00 |
| HSL | 179.29º | 0.99% | 0.66% | - |
| HSV(B) | 179.29º | 0.67% | 1% | - |
| XYZ | 56.76 | 79.84 | 104.52 | - |
| YUV | 203.24 | 155.51 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 252 | 0.67 | 0 | 0.01 | 0.00 | 179.29 | 0.99 | 0.66 |
| Hex | 55 | FE | FC | 43 | 0 | 1 | 0 | B3 | 63 | 42 |
| Octal | 125 | 376 | 374 | 103 | 0 | 1 | 0 | 263 | 143 | 102 |
| Binary | 1010101 | 11111110 | 11111100 | 1000011 | 0 | 1 | 0 | 10110011 | 1100011 | 1000010 |
Color Harmonies of #55FEFC
Complementary color
Monochromatic Colors of #55FEFC
Black with #55FEFC
Text Example
Text Example
White with #55FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEFC; }
p { color: rgb(85,254,252); }
H1.HeaderClassName
{
color: #55FEFC;
}
.AnyTagClassName
{
color: #55FEFC;
}
</style>
background-color css
<style>
a { background-color: #55FEFC; }
a { background-color: rgb(85,254,252); }
div.DivClassName
{
background-color: #55FEFC;
}
.BgClassName
{
background-color: #55FEFC;
}
</style>
border-color css
<style>
span { border-color: #55FEFC; }
span { border-color: rgb(85,254,252); }
td.TdClassName
{
border-color: #55FEFC;
}
.TagClassName
{
border-color: #55FEFC;
}
</style>