Shades of Baby Blue #5BFAFA
Tints of Baby Blue #5BFAFA
RGB
CMYK
RGB Variations
Color information
#5BFAFA (or 0x5BFAFA) is known color: Baby Blue. HEX triplet: 5B, FA and FA. RGB value is (91,250,250). Sum of RGB (Red+Green+Blue) = 91+250+250=591 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.40% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #5BFAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFAFA is #A40505. Grayscale: #CACACA. Windows color (decimal): -10749190 or 16448091. OLE color: 16448091.
HSL color Cylindrical-coordinate representation of color #5BFAFA: hue angle of 180º 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 #5BFAFA is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 250 | 250 | - |
| CMYK | 0.64 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.67% | - |
| HSV(B) | 180º | 0.64% | 0.98% | - |
| XYZ | 55.76 | 77.5 | 102.46 | - |
| YUV | 202.46 | 154.82 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 250 | 250 | 0.64 | 0 | 0 | 0.02 | 180 | 0.94 | 0.67 |
| Hex | 5B | FA | FA | 40 | 0 | 0 | 2 | B4 | 5E | 43 |
| Octal | 133 | 372 | 372 | 100 | 0 | 0 | 2 | 264 | 136 | 103 |
| Binary | 1011011 | 11111010 | 11111010 | 1000000 | 0 | 0 | 10 | 10110100 | 1011110 | 1000011 |
Color Harmonies of #5BFAFA
Complementary color
Monochromatic Colors of #5BFAFA
Black with #5BFAFA
Text Example
Text Example
White with #5BFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFAFA; }
p { color: rgb(91,250,250); }
H1.HeaderClassName
{
color: #5BFAFA;
}
.AnyTagClassName
{
color: #5BFAFA;
}
</style>
background-color css
<style>
a { background-color: #5BFAFA; }
a { background-color: rgb(91,250,250); }
div.DivClassName
{
background-color: #5BFAFA;
}
.BgClassName
{
background-color: #5BFAFA;
}
</style>
border-color css
<style>
span { border-color: #5BFAFA; }
span { border-color: rgb(91,250,250); }
td.TdClassName
{
border-color: #5BFAFA;
}
.TagClassName
{
border-color: #5BFAFA;
}
</style>