Shades of Baby Blue #58F8FF
Tints of Baby Blue #58F8FF
RGB
CMYK
RGB Variations
Color information
#58F8FF (or 0x58F8FF) is known color: Baby Blue. HEX triplet: 58, F8 and FF. RGB value is (88,248,255). Sum of RGB (Red+Green+Blue) = 88+248+255=591 (78% of max value = 765). Red value is 88 (34.77% from 255 or 14.89% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #58F8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F8FF is #A70700. Grayscale: #C8C8C8. Windows color (decimal): -10946305 or 16775256. OLE color: 16775256.
HSL color Cylindrical-coordinate representation of color #58F8FF: hue angle of 182.51º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58F8FF is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 248 | 255 | - |
| CMYK | 0.65 | 0.03 | 0 | 0 |
| HSL | 182.52º | 1% | 0.67% | - |
| HSV(B) | 182.52º | 0.65% | 1% | - |
| XYZ | 55.64 | 76.43 | 106.43 | - |
| YUV | 200.96 | 158.49 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 248 | 255 | 0.65 | 0.03 | 0 | 0 | 182.52 | 1 | 0.67 |
| Hex | 58 | F8 | FF | 41 | 3 | 0 | 0 | B7 | 64 | 43 |
| Octal | 130 | 370 | 377 | 101 | 3 | 0 | 0 | 267 | 144 | 103 |
| Binary | 1011000 | 11111000 | 11111111 | 1000001 | 11 | 0 | 0 | 10110111 | 1100100 | 1000011 |
Color Harmonies of #58F8FF
Complementary color
Monochromatic Colors of #58F8FF
Black with #58F8FF
Text Example
Text Example
White with #58F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F8FF; }
p { color: rgb(88,248,255); }
H1.HeaderClassName
{
color: #58F8FF;
}
.AnyTagClassName
{
color: #58F8FF;
}
</style>
background-color css
<style>
a { background-color: #58F8FF; }
a { background-color: rgb(88,248,255); }
div.DivClassName
{
background-color: #58F8FF;
}
.BgClassName
{
background-color: #58F8FF;
}
</style>
border-color css
<style>
span { border-color: #58F8FF; }
span { border-color: rgb(88,248,255); }
td.TdClassName
{
border-color: #58F8FF;
}
.TagClassName
{
border-color: #58F8FF;
}
</style>