Shades of Baby Blue #5BE9FD
Tints of Baby Blue #5BE9FD
RGB
CMYK
RGB Variations
Color information
#5BE9FD (or 0x5BE9FD) is known color: Baby Blue. HEX triplet: 5B, E9 and FD. RGB value is (91,233,253). Sum of RGB (Red+Green+Blue) = 91+233+253=577 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.77% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BE9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BE9FD is #A41602. Grayscale: #C0C0C0. Windows color (decimal): -10753539 or 16640347. OLE color: 16640347.
HSL color Cylindrical-coordinate representation of color #5BE9FD: hue angle of 187.41º 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 #5BE9FD is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 233 | 253 | - |
| CMYK | 0.64 | 0.08 | 0 | 0.01 |
| HSL | 187.41º | 0.98% | 0.67% | - |
| HSV(B) | 187.41º | 0.64% | 0.99% | - |
| XYZ | 51.18 | 67.59 | 103.28 | - |
| YUV | 192.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 233 | 253 | 0.64 | 0.08 | 0 | 0.01 | 187.41 | 0.98 | 0.67 |
| Hex | 5B | E9 | FD | 40 | 8 | 0 | 1 | BB | 62 | 43 |
| Octal | 133 | 351 | 375 | 100 | 10 | 0 | 1 | 273 | 142 | 103 |
| Binary | 1011011 | 11101001 | 11111101 | 1000000 | 1000 | 0 | 1 | 10111011 | 1100010 | 1000011 |
Color Harmonies of #5BE9FD
Complementary color
Monochromatic Colors of #5BE9FD
Black with #5BE9FD
Text Example
Text Example
White with #5BE9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BE9FD; }
p { color: rgb(91,233,253); }
H1.HeaderClassName
{
color: #5BE9FD;
}
.AnyTagClassName
{
color: #5BE9FD;
}
</style>
background-color css
<style>
a { background-color: #5BE9FD; }
a { background-color: rgb(91,233,253); }
div.DivClassName
{
background-color: #5BE9FD;
}
.BgClassName
{
background-color: #5BE9FD;
}
</style>
border-color css
<style>
span { border-color: #5BE9FD; }
span { border-color: rgb(91,233,253); }
td.TdClassName
{
border-color: #5BE9FD;
}
.TagClassName
{
border-color: #5BE9FD;
}
</style>