Shades of Baby Blue #5BFEFC
Tints of Baby Blue #5BFEFC
RGB
CMYK
RGB Variations
Color information
#5BFEFC (or 0x5BFEFC) is known color: Baby Blue. HEX triplet: 5B, FE and FC. RGB value is (91,254,252). Sum of RGB (Red+Green+Blue) = 91+254+252=597 (79% of max value = 765). Red value is 91 (35.94% from 255 or 15.24% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #5BFEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFEFC is #A40103. Grayscale: #CCCCCC. Windows color (decimal): -10748164 or 16580187. OLE color: 16580187.
HSL color Cylindrical-coordinate representation of color #5BFEFC: hue angle of 179.26º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFEFC is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 254 | 252 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.00 |
| HSL | 179.26º | 0.99% | 0.68% | - |
| HSV(B) | 179.26º | 0.64% | 1% | - |
| XYZ | 57.33 | 80.14 | 104.54 | - |
| YUV | 205.04 | 154.5 | 46.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 254 | 252 | 0.64 | 0 | 0.01 | 0.00 | 179.26 | 0.99 | 0.68 |
| Hex | 5B | FE | FC | 40 | 0 | 1 | 0 | B3 | 63 | 44 |
| Octal | 133 | 376 | 374 | 100 | 0 | 1 | 0 | 263 | 143 | 104 |
| Binary | 1011011 | 11111110 | 11111100 | 1000000 | 0 | 1 | 0 | 10110011 | 1100011 | 1000100 |
Color Harmonies of #5BFEFC
Complementary color
Monochromatic Colors of #5BFEFC
Black with #5BFEFC
Text Example
Text Example
White with #5BFEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFEFC; }
p { color: rgb(91,254,252); }
H1.HeaderClassName
{
color: #5BFEFC;
}
.AnyTagClassName
{
color: #5BFEFC;
}
</style>
background-color css
<style>
a { background-color: #5BFEFC; }
a { background-color: rgb(91,254,252); }
div.DivClassName
{
background-color: #5BFEFC;
}
.BgClassName
{
background-color: #5BFEFC;
}
</style>
border-color css
<style>
span { border-color: #5BFEFC; }
span { border-color: rgb(91,254,252); }
td.TdClassName
{
border-color: #5BFEFC;
}
.TagClassName
{
border-color: #5BFEFC;
}
</style>