Shades of Baby Blue #5BFDFB
Tints of Baby Blue #5BFDFB
RGB
CMYK
RGB Variations
Color information
#5BFDFB (or 0x5BFDFB) is known color: Baby Blue. HEX triplet: 5B, FD and FB. RGB value is (91,253,251). Sum of RGB (Red+Green+Blue) = 91+253+251=595 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.29% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #5BFDFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFDFB is #A40204. Grayscale: #CCCCCC. Windows color (decimal): -10748421 or 16514395. OLE color: 16514395.
HSL color Cylindrical-coordinate representation of color #5BFDFB: hue angle of 179.26º 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 #5BFDFB is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 253 | 251 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.01 |
| HSL | 179.26º | 0.98% | 0.67% | - |
| HSV(B) | 179.26º | 0.64% | 0.99% | - |
| XYZ | 56.85 | 79.44 | 103.6 | - |
| YUV | 204.33 | 154.33 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 253 | 251 | 0.64 | 0 | 0.01 | 0.01 | 179.26 | 0.98 | 0.67 |
| Hex | 5B | FD | FB | 40 | 0 | 1 | 1 | B3 | 62 | 43 |
| Octal | 133 | 375 | 373 | 100 | 0 | 1 | 1 | 263 | 142 | 103 |
| Binary | 1011011 | 11111101 | 11111011 | 1000000 | 0 | 1 | 1 | 10110011 | 1100010 | 1000011 |
Color Harmonies of #5BFDFB
Complementary color
Monochromatic Colors of #5BFDFB
Black with #5BFDFB
Text Example
Text Example
White with #5BFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFDFB; }
p { color: rgb(91,253,251); }
H1.HeaderClassName
{
color: #5BFDFB;
}
.AnyTagClassName
{
color: #5BFDFB;
}
</style>
background-color css
<style>
a { background-color: #5BFDFB; }
a { background-color: rgb(91,253,251); }
div.DivClassName
{
background-color: #5BFDFB;
}
.BgClassName
{
background-color: #5BFDFB;
}
</style>
border-color css
<style>
span { border-color: #5BFDFB; }
span { border-color: rgb(91,253,251); }
td.TdClassName
{
border-color: #5BFDFB;
}
.TagClassName
{
border-color: #5BFDFB;
}
</style>