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