Shades of Baby Blue #5BFCED
Tints of Baby Blue #5BFCED
RGB
CMYK
RGB Variations
Color information
#5BFCED (or 0x5BFCED) is known color: Baby Blue. HEX triplet: 5B, FC and ED. RGB value is (91,252,237). Sum of RGB (Red+Green+Blue) = 91+252+237=580 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.69% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFCED is #A40312. Grayscale: #CACACA. Windows color (decimal): -10748691 or 15596635. OLE color: 15596635.
HSL color Cylindrical-coordinate representation of color #5BFCED: hue angle of 174.41º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFCED is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 237 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.01 |
| HSL | 174.41º | 0.96% | 0.67% | - |
| HSV(B) | 174.41º | 0.64% | 0.99% | - |
| XYZ | 54.41 | 77.96 | 92.3 | - |
| YUV | 202.15 | 147.66 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 237 | 0.64 | 0 | 0.06 | 0.01 | 174.41 | 0.96 | 0.67 |
| Hex | 5B | FC | ED | 40 | 0 | 6 | 1 | AE | 60 | 43 |
| Octal | 133 | 374 | 355 | 100 | 0 | 6 | 1 | 256 | 140 | 103 |
| Binary | 1011011 | 11111100 | 11101101 | 1000000 | 0 | 110 | 1 | 10101110 | 1100000 | 1000011 |
Color Harmonies of #5BFCED
Complementary color
Monochromatic Colors of #5BFCED
Black with #5BFCED
Text Example
Text Example
White with #5BFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCED; }
p { color: rgb(91,252,237); }
H1.HeaderClassName
{
color: #5BFCED;
}
.AnyTagClassName
{
color: #5BFCED;
}
</style>
background-color css
<style>
a { background-color: #5BFCED; }
a { background-color: rgb(91,252,237); }
div.DivClassName
{
background-color: #5BFCED;
}
.BgClassName
{
background-color: #5BFCED;
}
</style>
border-color css
<style>
span { border-color: #5BFCED; }
span { border-color: rgb(91,252,237); }
td.TdClassName
{
border-color: #5BFCED;
}
.TagClassName
{
border-color: #5BFCED;
}
</style>