Shades of Baby Blue #58FEFD
Tints of Baby Blue #58FEFD
RGB
CMYK
RGB Variations
Color information
#58FEFD (or 0x58FEFD) is known color: Baby Blue. HEX triplet: 58, FE and FD. RGB value is (88,254,253). Sum of RGB (Red+Green+Blue) = 88+254+253=595 (78% of max value = 765). Red value is 88 (34.77% from 255 or 14.79% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #58FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FEFD is #A70102. Grayscale: #CCCCCC. Windows color (decimal): -10944771 or 16645720. OLE color: 16645720.
HSL color Cylindrical-coordinate representation of color #58FEFD: 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 #58FEFD is Cyan = 0.65, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 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.2 | 80.05 | 105.37 | - |
| YUV | 204.25 | 155.5 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 253 | 0.65 | 0 | 0.00 | 0.00 | 179.64 | 0.99 | 0.67 |
| Hex | 58 | FE | FD | 41 | 0 | 0 | 0 | B4 | 63 | 43 |
| Octal | 130 | 376 | 375 | 101 | 0 | 0 | 0 | 264 | 143 | 103 |
| Binary | 1011000 | 11111110 | 11111101 | 1000001 | 0 | 0 | 0 | 10110100 | 1100011 | 1000011 |
Color Harmonies of #58FEFD
Complementary color
Monochromatic Colors of #58FEFD
Black with #58FEFD
Text Example
Text Example
White with #58FEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEFD; }
p { color: rgb(88,254,253); }
H1.HeaderClassName
{
color: #58FEFD;
}
.AnyTagClassName
{
color: #58FEFD;
}
</style>
background-color css
<style>
a { background-color: #58FEFD; }
a { background-color: rgb(88,254,253); }
div.DivClassName
{
background-color: #58FEFD;
}
.BgClassName
{
background-color: #58FEFD;
}
</style>
border-color css
<style>
span { border-color: #58FEFD; }
span { border-color: rgb(88,254,253); }
td.TdClassName
{
border-color: #58FEFD;
}
.TagClassName
{
border-color: #58FEFD;
}
</style>