Shades of Baby Blue #55F2FE
Tints of Baby Blue #55F2FE
RGB
CMYK
RGB Variations
Color information
#55F2FE (or 0x55F2FE) is known color: Baby Blue. HEX triplet: 55, F2 and FE. RGB value is (85,242,254). Sum of RGB (Red+Green+Blue) = 85+242+254=581 (76% of max value = 765). Red value is 85 (33.59% from 255 or 14.63% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #55F2FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F2FE is #AA0D01. Grayscale: #C4C4C4. Windows color (decimal): -11144450 or 16708181. OLE color: 16708181.
HSL color Cylindrical-coordinate representation of color #55F2FE: hue angle of 184.26º 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 #55F2FE is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 242 | 254 | - |
| CMYK | 0.67 | 0.05 | 0 | 0.00 |
| HSL | 184.26º | 0.99% | 0.66% | - |
| HSV(B) | 184.26º | 0.67% | 1% | - |
| XYZ | 53.39 | 72.59 | 104.96 | - |
| YUV | 196.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 242 | 254 | 0.67 | 0.05 | 0 | 0.00 | 184.26 | 0.99 | 0.66 |
| Hex | 55 | F2 | FE | 43 | 5 | 0 | 0 | B8 | 63 | 42 |
| Octal | 125 | 362 | 376 | 103 | 5 | 0 | 0 | 270 | 143 | 102 |
| Binary | 1010101 | 11110010 | 11111110 | 1000011 | 101 | 0 | 0 | 10111000 | 1100011 | 1000010 |
Color Harmonies of #55F2FE
Complementary color
Monochromatic Colors of #55F2FE
Black with #55F2FE
Text Example
Text Example
White with #55F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F2FE; }
p { color: rgb(85,242,254); }
H1.HeaderClassName
{
color: #55F2FE;
}
.AnyTagClassName
{
color: #55F2FE;
}
</style>
background-color css
<style>
a { background-color: #55F2FE; }
a { background-color: rgb(85,242,254); }
div.DivClassName
{
background-color: #55F2FE;
}
.BgClassName
{
background-color: #55F2FE;
}
</style>
border-color css
<style>
span { border-color: #55F2FE; }
span { border-color: rgb(85,242,254); }
td.TdClassName
{
border-color: #55F2FE;
}
.TagClassName
{
border-color: #55F2FE;
}
</style>