Shades of Baby Blue #58F3FF
Tints of Baby Blue #58F3FF
RGB
CMYK
RGB Variations
Color information
#58F3FF (or 0x58F3FF) is known color: Baby Blue. HEX triplet: 58, F3 and FF. RGB value is (88,243,255). Sum of RGB (Red+Green+Blue) = 88+243+255=586 (77% of max value = 765). Red value is 88 (34.77% from 255 or 15.02% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #58F3FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58F3FF is #A70C00. Grayscale: #C5C5C5. Windows color (decimal): -10947585 or 16773976. OLE color: 16773976.
HSL color Cylindrical-coordinate representation of color #58F3FF: hue angle of 184.31º 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 #58F3FF is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 243 | 255 | - |
| CMYK | 0.65 | 0.05 | 0 | 0 |
| HSL | 184.31º | 1% | 0.67% | - |
| HSV(B) | 184.31º | 0.65% | 1% | - |
| XYZ | 54.13 | 73.4 | 105.92 | - |
| YUV | 198.02 | 160.15 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 243 | 255 | 0.65 | 0.05 | 0 | 0 | 184.31 | 1 | 0.67 |
| Hex | 58 | F3 | FF | 41 | 5 | 0 | 0 | B8 | 64 | 43 |
| Octal | 130 | 363 | 377 | 101 | 5 | 0 | 0 | 270 | 144 | 103 |
| Binary | 1011000 | 11110011 | 11111111 | 1000001 | 101 | 0 | 0 | 10111000 | 1100100 | 1000011 |
Color Harmonies of #58F3FF
Complementary color
Monochromatic Colors of #58F3FF
Black with #58F3FF
Text Example
Text Example
White with #58F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58F3FF; }
p { color: rgb(88,243,255); }
H1.HeaderClassName
{
color: #58F3FF;
}
.AnyTagClassName
{
color: #58F3FF;
}
</style>
background-color css
<style>
a { background-color: #58F3FF; }
a { background-color: rgb(88,243,255); }
div.DivClassName
{
background-color: #58F3FF;
}
.BgClassName
{
background-color: #58F3FF;
}
</style>
border-color css
<style>
span { border-color: #58F3FF; }
span { border-color: rgb(88,243,255); }
td.TdClassName
{
border-color: #58F3FF;
}
.TagClassName
{
border-color: #58F3FF;
}
</style>