Shades of Baby Blue #5BF3FD
Tints of Baby Blue #5BF3FD
RGB
CMYK
RGB Variations
Color information
#5BF3FD (or 0x5BF3FD) is known color: Baby Blue. HEX triplet: 5B, F3 and FD. RGB value is (91,243,253). Sum of RGB (Red+Green+Blue) = 91+243+253=587 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.50% from 587); Green value is 243 (95.31% from 255 or 41.40% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #5BF3FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF3FD is #A40C02. Grayscale: #C6C6C6. Windows color (decimal): -10750979 or 16642907. OLE color: 16642907.
HSL color Cylindrical-coordinate representation of color #5BF3FD: hue angle of 183.7º 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 #5BF3FD is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 243 | 253 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.01 |
| HSL | 183.7º | 0.98% | 0.67% | - |
| HSV(B) | 183.7º | 0.64% | 0.99% | - |
| XYZ | 54.09 | 73.42 | 104.25 | - |
| YUV | 198.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 243 | 253 | 0.64 | 0.04 | 0 | 0.01 | 183.7 | 0.98 | 0.67 |
| Hex | 5B | F3 | FD | 40 | 4 | 0 | 1 | B8 | 62 | 43 |
| Octal | 133 | 363 | 375 | 100 | 4 | 0 | 1 | 270 | 142 | 103 |
| Binary | 1011011 | 11110011 | 11111101 | 1000000 | 100 | 0 | 1 | 10111000 | 1100010 | 1000011 |
Color Harmonies of #5BF3FD
Complementary color
Monochromatic Colors of #5BF3FD
Black with #5BF3FD
Text Example
Text Example
White with #5BF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF3FD; }
p { color: rgb(91,243,253); }
H1.HeaderClassName
{
color: #5BF3FD;
}
.AnyTagClassName
{
color: #5BF3FD;
}
</style>
background-color css
<style>
a { background-color: #5BF3FD; }
a { background-color: rgb(91,243,253); }
div.DivClassName
{
background-color: #5BF3FD;
}
.BgClassName
{
background-color: #5BF3FD;
}
</style>
border-color css
<style>
span { border-color: #5BF3FD; }
span { border-color: rgb(91,243,253); }
td.TdClassName
{
border-color: #5BF3FD;
}
.TagClassName
{
border-color: #5BF3FD;
}
</style>