Shades of Baby Blue #59FEFE
Tints of Baby Blue #59FEFE
RGB
CMYK
RGB Variations
Color information
#59FEFE (or 0x59FEFE) is known color: Baby Blue. HEX triplet: 59, FE and FE. RGB value is (89,254,254). Sum of RGB (Red+Green+Blue) = 89+254+254=597 (79% of max value = 765). Red value is 89 (35.16% from 255 or 14.91% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #59FEFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FEFE is #A60101. Grayscale: #CCCCCC. Windows color (decimal): -10879234 or 16711257. OLE color: 16711257.
HSL color Cylindrical-coordinate representation of color #59FEFE: hue angle of 180º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FEFE is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 254 | 254 | - |
| CMYK | 0.65 | 0 | 0 | 0.00 |
| HSL | 180º | 0.99% | 0.67% | - |
| HSV(B) | 180º | 0.65% | 1% | - |
| XYZ | 57.45 | 80.16 | 106.21 | - |
| YUV | 204.67 | 155.84 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 254 | 0.65 | 0 | 0 | 0.00 | 180 | 0.99 | 0.67 |
| Hex | 59 | FE | FE | 41 | 0 | 0 | 0 | B4 | 63 | 43 |
| Octal | 131 | 376 | 376 | 101 | 0 | 0 | 0 | 264 | 143 | 103 |
| Binary | 1011001 | 11111110 | 11111110 | 1000001 | 0 | 0 | 0 | 10110100 | 1100011 | 1000011 |
Color Harmonies of #59FEFE
Complementary color
Monochromatic Colors of #59FEFE
Black with #59FEFE
Text Example
Text Example
White with #59FEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEFE; }
p { color: rgb(89,254,254); }
H1.HeaderClassName
{
color: #59FEFE;
}
.AnyTagClassName
{
color: #59FEFE;
}
</style>
background-color css
<style>
a { background-color: #59FEFE; }
a { background-color: rgb(89,254,254); }
div.DivClassName
{
background-color: #59FEFE;
}
.BgClassName
{
background-color: #59FEFE;
}
</style>
border-color css
<style>
span { border-color: #59FEFE; }
span { border-color: rgb(89,254,254); }
td.TdClassName
{
border-color: #59FEFE;
}
.TagClassName
{
border-color: #59FEFE;
}
</style>