Shades of Baby Blue #59FCF2
Tints of Baby Blue #59FCF2
RGB
CMYK
RGB Variations
Color information
#59FCF2 (or 0x59FCF2) is known color: Baby Blue. HEX triplet: 59, FC and F2. RGB value is (89,252,242). Sum of RGB (Red+Green+Blue) = 89+252+242=583 (77% of max value = 765). Red value is 89 (35.16% from 255 or 15.27% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 242 (94.92% from 255 or 41.51% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #59FCF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FCF2 is #A6030D. Grayscale: #C9C9C9. Windows color (decimal): -10879758 or 15924313. OLE color: 15924313.
HSL color Cylindrical-coordinate representation of color #59FCF2: hue angle of 176.32º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FCF2 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 252 | 242 | - |
| CMYK | 0.65 | 0 | 0.04 | 0.01 |
| HSL | 176.32º | 0.96% | 0.67% | - |
| HSV(B) | 176.32º | 0.65% | 0.99% | - |
| XYZ | 54.96 | 78.16 | 96.19 | - |
| YUV | 202.12 | 150.5 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 252 | 242 | 0.65 | 0 | 0.04 | 0.01 | 176.32 | 0.96 | 0.67 |
| Hex | 59 | FC | F2 | 41 | 0 | 4 | 1 | B0 | 60 | 43 |
| Octal | 131 | 374 | 362 | 101 | 0 | 4 | 1 | 260 | 140 | 103 |
| Binary | 1011001 | 11111100 | 11110010 | 1000001 | 0 | 100 | 1 | 10110000 | 1100000 | 1000011 |
Color Harmonies of #59FCF2
Complementary color
Monochromatic Colors of #59FCF2
Black with #59FCF2
Text Example
Text Example
White with #59FCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FCF2; }
p { color: rgb(89,252,242); }
H1.HeaderClassName
{
color: #59FCF2;
}
.AnyTagClassName
{
color: #59FCF2;
}
</style>
background-color css
<style>
a { background-color: #59FCF2; }
a { background-color: rgb(89,252,242); }
div.DivClassName
{
background-color: #59FCF2;
}
.BgClassName
{
background-color: #59FCF2;
}
</style>
border-color css
<style>
span { border-color: #59FCF2; }
span { border-color: rgb(89,252,242); }
td.TdClassName
{
border-color: #59FCF2;
}
.TagClassName
{
border-color: #59FCF2;
}
</style>