Shades of Baby Blue #55F3EE
Tints of Baby Blue #55F3EE
RGB
CMYK
RGB Variations
Color information
#55F3EE (or 0x55F3EE) is known color: Baby Blue. HEX triplet: 55, F3 and EE. RGB value is (85,243,238). Sum of RGB (Red+Green+Blue) = 85+243+238=566 (74% of max value = 765). Red value is 85 (33.59% from 255 or 15.02% from 566); Green value is 243 (95.31% from 255 or 42.93% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #55F3EE is #AA0C11. Grayscale: #C3C3C3. Windows color (decimal): -11144210 or 15659861. OLE color: 15659861.
HSL color Cylindrical-coordinate representation of color #55F3EE: hue angle of 178.1º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F3EE is Cyan = 0.65, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 243 | 238 | - |
| CMYK | 0.65 | 0 | 0.02 | 0.05 |
| HSL | 178.1º | 0.87% | 0.64% | - |
| HSV(B) | 178.1º | 0.65% | 0.95% | - |
| XYZ | 51.23 | 72.21 | 92.13 | - |
| YUV | 195.19 | 152.15 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 243 | 238 | 0.65 | 0 | 0.02 | 0.05 | 178.1 | 0.87 | 0.64 |
| Hex | 55 | F3 | EE | 41 | 0 | 2 | 5 | B2 | 57 | 40 |
| Octal | 125 | 363 | 356 | 101 | 0 | 2 | 5 | 262 | 127 | 100 |
| Binary | 1010101 | 11110011 | 11101110 | 1000001 | 0 | 10 | 101 | 10110010 | 1010111 | 1000000 |
Color Harmonies of #55F3EE
Complementary color
Monochromatic Colors of #55F3EE
Black with #55F3EE
Text Example
Text Example
White with #55F3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55F3EE; }
p { color: rgb(85,243,238); }
H1.HeaderClassName
{
color: #55F3EE;
}
.AnyTagClassName
{
color: #55F3EE;
}
</style>
background-color css
<style>
a { background-color: #55F3EE; }
a { background-color: rgb(85,243,238); }
div.DivClassName
{
background-color: #55F3EE;
}
.BgClassName
{
background-color: #55F3EE;
}
</style>
border-color css
<style>
span { border-color: #55F3EE; }
span { border-color: rgb(85,243,238); }
td.TdClassName
{
border-color: #55F3EE;
}
.TagClassName
{
border-color: #55F3EE;
}
</style>