Shades of Baby Blue #58FEFF
Tints of Baby Blue #58FEFF
RGB
CMYK
RGB Variations
Color information
#58FEFF (or 0x58FEFF) is known color: Baby Blue. HEX triplet: 58, FE and FF. RGB value is (88,254,255). Sum of RGB (Red+Green+Blue) = 88+254+255=597 (79% of max value = 765). Red value is 88 (34.77% from 255 or 14.74% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #58FEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #58FEFF is #A70100. Grayscale: #CCCCCC. Windows color (decimal): -10944769 or 16776792. OLE color: 16776792.
HSL color Cylindrical-coordinate representation of color #58FEFF: hue angle of 180.36º 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 #58FEFF is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 254 | 255 | - |
| CMYK | 0.65 | 0.00 | 0 | 0 |
| HSL | 180.36º | 1% | 0.67% | - |
| HSV(B) | 180.36º | 0.65% | 1% | - |
| XYZ | 57.52 | 80.18 | 107.05 | - |
| YUV | 204.48 | 156.5 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 254 | 255 | 0.65 | 0.00 | 0 | 0 | 180.36 | 1 | 0.67 |
| Hex | 58 | FE | FF | 41 | 0 | 0 | 0 | B4 | 64 | 43 |
| Octal | 130 | 376 | 377 | 101 | 0 | 0 | 0 | 264 | 144 | 103 |
| Binary | 1011000 | 11111110 | 11111111 | 1000001 | 0 | 0 | 0 | 10110100 | 1100100 | 1000011 |
Color Harmonies of #58FEFF
Complementary color
Monochromatic Colors of #58FEFF
Black with #58FEFF
Text Example
Text Example
White with #58FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58FEFF; }
p { color: rgb(88,254,255); }
H1.HeaderClassName
{
color: #58FEFF;
}
.AnyTagClassName
{
color: #58FEFF;
}
</style>
background-color css
<style>
a { background-color: #58FEFF; }
a { background-color: rgb(88,254,255); }
div.DivClassName
{
background-color: #58FEFF;
}
.BgClassName
{
background-color: #58FEFF;
}
</style>
border-color css
<style>
span { border-color: #58FEFF; }
span { border-color: rgb(88,254,255); }
td.TdClassName
{
border-color: #58FEFF;
}
.TagClassName
{
border-color: #58FEFF;
}
</style>