Shades of Baby Blue #55FEFE
Tints of Baby Blue #55FEFE
RGB
CMYK
RGB Variations
Color information
#55FEFE (or 0x55FEFE) is known color: Baby Blue. HEX triplet: 55, FE and FE. RGB value is (85,254,254). Sum of RGB (Red+Green+Blue) = 85+254+254=593 (78% of max value = 765). Red value is 85 (33.59% from 255 or 14.33% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #55FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55FEFE is #AA0101. Grayscale: #CBCBCB. Windows color (decimal): -11141378 or 16711253. OLE color: 16711253.
HSL color Cylindrical-coordinate representation of color #55FEFE: hue angle of 180º 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 #55FEFE is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 254 | - |
| CMYK | 0.67 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.66% | - |
| HSV(B) | 180º | 0.67% | 1% | - |
| XYZ | 57.08 | 79.97 | 106.19 | - |
| YUV | 203.47 | 156.51 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 254 | 0.67 | 0 | 0 | 0.00 | 180 | 0.99 | 0.66 |
| Hex | 55 | FE | FE | 43 | 0 | 0 | 0 | B4 | 63 | 42 |
| Octal | 125 | 376 | 376 | 103 | 0 | 0 | 0 | 264 | 143 | 102 |
| Binary | 1010101 | 11111110 | 11111110 | 1000011 | 0 | 0 | 0 | 10110100 | 1100011 | 1000010 |
Color Harmonies of #55FEFE
Complementary color
Monochromatic Colors of #55FEFE
Black with #55FEFE
Text Example
Text Example
White with #55FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEFE; }
p { color: rgb(85,254,254); }
H1.HeaderClassName
{
color: #55FEFE;
}
.AnyTagClassName
{
color: #55FEFE;
}
</style>
background-color css
<style>
a { background-color: #55FEFE; }
a { background-color: rgb(85,254,254); }
div.DivClassName
{
background-color: #55FEFE;
}
.BgClassName
{
background-color: #55FEFE;
}
</style>
border-color css
<style>
span { border-color: #55FEFE; }
span { border-color: rgb(85,254,254); }
td.TdClassName
{
border-color: #55FEFE;
}
.TagClassName
{
border-color: #55FEFE;
}
</style>