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