Shades of Baby Blue #5BFDE6
Tints of Baby Blue #5BFDE6
RGB
CMYK
RGB Variations
Color information
#5BFDE6 (or 0x5BFDE6) is known color: Baby Blue. HEX triplet: 5B, FD and E6. RGB value is (91,253,230). Sum of RGB (Red+Green+Blue) = 91+253+230=574 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.85% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDE6 is #A40219. Grayscale: #C9C9C9. Windows color (decimal): -10748442 or 15138139. OLE color: 15138139.
HSL color Cylindrical-coordinate representation of color #5BFDE6: hue angle of 171.48º degrees, saturation: 0.98, 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 #5BFDE6 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 230 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.01 |
| HSL | 171.48º | 0.98% | 0.67% | - |
| HSV(B) | 171.48º | 0.64% | 0.99% | - |
| XYZ | 53.72 | 78.19 | 87.12 | - |
| YUV | 201.94 | 143.83 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 230 | 0.64 | 0 | 0.09 | 0.01 | 171.48 | 0.98 | 0.67 |
| Hex | 5B | FD | E6 | 40 | 0 | 9 | 1 | AB | 62 | 43 |
| Octal | 133 | 375 | 346 | 100 | 0 | 11 | 1 | 253 | 142 | 103 |
| Binary | 1011011 | 11111101 | 11100110 | 1000000 | 0 | 1001 | 1 | 10101011 | 1100010 | 1000011 |
Color Harmonies of #5BFDE6
Complementary color
Monochromatic Colors of #5BFDE6
Black with #5BFDE6
Text Example
Text Example
White with #5BFDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDE6; }
p { color: rgb(91,253,230); }
H1.HeaderClassName
{
color: #5BFDE6;
}
.AnyTagClassName
{
color: #5BFDE6;
}
</style>
background-color css
<style>
a { background-color: #5BFDE6; }
a { background-color: rgb(91,253,230); }
div.DivClassName
{
background-color: #5BFDE6;
}
.BgClassName
{
background-color: #5BFDE6;
}
</style>
border-color css
<style>
span { border-color: #5BFDE6; }
span { border-color: rgb(91,253,230); }
td.TdClassName
{
border-color: #5BFDE6;
}
.TagClassName
{
border-color: #5BFDE6;
}
</style>