Shades of Baby Blue #5BF2FA
Tints of Baby Blue #5BF2FA
RGB
CMYK
RGB Variations
Color information
#5BF2FA (or 0x5BF2FA) is known color: Baby Blue. HEX triplet: 5B, F2 and FA. RGB value is (91,242,250). Sum of RGB (Red+Green+Blue) = 91+242+250=583 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.61% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 250 - color contains mainly: blue. Hex color #5BF2FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF2FA is #A40D05. Grayscale: #C5C5C5. Windows color (decimal): -10751238 or 16446043. OLE color: 16446043.
HSL color Cylindrical-coordinate representation of color #5BF2FA: hue angle of 183.02º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BF2FA is Cyan = 0.64, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 242 | 250 | - |
| CMYK | 0.64 | 0.03 | 0 | 0.02 |
| HSL | 183.02º | 0.94% | 0.67% | - |
| HSV(B) | 183.02º | 0.64% | 0.98% | - |
| XYZ | 53.32 | 72.63 | 101.65 | - |
| YUV | 197.76 | 157.47 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 250 | 0.64 | 0.03 | 0 | 0.02 | 183.02 | 0.94 | 0.67 |
| Hex | 5B | F2 | FA | 40 | 3 | 0 | 2 | B7 | 5E | 43 |
| Octal | 133 | 362 | 372 | 100 | 3 | 0 | 2 | 267 | 136 | 103 |
| Binary | 1011011 | 11110010 | 11111010 | 1000000 | 11 | 0 | 10 | 10110111 | 1011110 | 1000011 |
Color Harmonies of #5BF2FA
Complementary color
Monochromatic Colors of #5BF2FA
Black with #5BF2FA
Text Example
Text Example
White with #5BF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2FA; }
p { color: rgb(91,242,250); }
H1.HeaderClassName
{
color: #5BF2FA;
}
.AnyTagClassName
{
color: #5BF2FA;
}
</style>
background-color css
<style>
a { background-color: #5BF2FA; }
a { background-color: rgb(91,242,250); }
div.DivClassName
{
background-color: #5BF2FA;
}
.BgClassName
{
background-color: #5BF2FA;
}
</style>
border-color css
<style>
span { border-color: #5BF2FA; }
span { border-color: rgb(91,242,250); }
td.TdClassName
{
border-color: #5BF2FA;
}
.TagClassName
{
border-color: #5BF2FA;
}
</style>