Shades of Baby Blue #59FEFD
Tints of Baby Blue #59FEFD
RGB
CMYK
RGB Variations
Color information
#59FEFD (or 0x59FEFD) is known color: Baby Blue. HEX triplet: 59, FE and FD. RGB value is (89,254,253). Sum of RGB (Red+Green+Blue) = 89+254+253=596 (78% of max value = 765). Red value is 89 (35.16% from 255 or 14.93% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #59FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59FEFD is #A60102. Grayscale: #CCCCCC. Windows color (decimal): -10879235 or 16645721. OLE color: 16645721.
HSL color Cylindrical-coordinate representation of color #59FEFD: hue angle of 179.64º 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 #59FEFD is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 254 | 253 | - |
| CMYK | 0.65 | 0 | 0.00 | 0.00 |
| HSL | 179.64º | 0.99% | 0.67% | - |
| HSV(B) | 179.64º | 0.65% | 1% | - |
| XYZ | 57.29 | 80.1 | 105.37 | - |
| YUV | 204.55 | 155.34 | 45.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 254 | 253 | 0.65 | 0 | 0.00 | 0.00 | 179.64 | 0.99 | 0.67 |
| Hex | 59 | FE | FD | 41 | 0 | 0 | 0 | B4 | 63 | 43 |
| Octal | 131 | 376 | 375 | 101 | 0 | 0 | 0 | 264 | 143 | 103 |
| Binary | 1011001 | 11111110 | 11111101 | 1000001 | 0 | 0 | 0 | 10110100 | 1100011 | 1000011 |
Color Harmonies of #59FEFD
Complementary color
Monochromatic Colors of #59FEFD
Black with #59FEFD
Text Example
Text Example
White with #59FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59FEFD; }
p { color: rgb(89,254,253); }
H1.HeaderClassName
{
color: #59FEFD;
}
.AnyTagClassName
{
color: #59FEFD;
}
</style>
background-color css
<style>
a { background-color: #59FEFD; }
a { background-color: rgb(89,254,253); }
div.DivClassName
{
background-color: #59FEFD;
}
.BgClassName
{
background-color: #59FEFD;
}
</style>
border-color css
<style>
span { border-color: #59FEFD; }
span { border-color: rgb(89,254,253); }
td.TdClassName
{
border-color: #59FEFD;
}
.TagClassName
{
border-color: #59FEFD;
}
</style>