Shades of Baby Blue #5BFFF3
Tints of Baby Blue #5BFFF3
RGB
CMYK
RGB Variations
Color information
#5BFFF3 (or 0x5BFFF3) is known color: Baby Blue. HEX triplet: 5B, FF and F3. RGB value is (91,255,243). Sum of RGB (Red+Green+Blue) = 91+255+243=589 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.45% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFFF3 is #A4000C. Grayscale: #CCCCCC. Windows color (decimal): -10747917 or 15990619. OLE color: 15990619.
HSL color Cylindrical-coordinate representation of color #5BFFF3: hue angle of 175.61º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFFF3 is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 243 | - |
| CMYK | 0.64 | 0 | 0.05 | 0 |
| HSL | 175.61º | 1% | 0.68% | - |
| HSV(B) | 175.61º | 0.64% | 1% | - |
| XYZ | 56.25 | 80.22 | 97.31 | - |
| YUV | 204.6 | 149.67 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 243 | 0.64 | 0 | 0.05 | 0 | 175.61 | 1 | 0.68 |
| Hex | 5B | FF | F3 | 40 | 0 | 5 | 0 | B0 | 64 | 44 |
| Octal | 133 | 377 | 363 | 100 | 0 | 5 | 0 | 260 | 144 | 104 |
| Binary | 1011011 | 11111111 | 11110011 | 1000000 | 0 | 101 | 0 | 10110000 | 1100100 | 1000100 |
Color Harmonies of #5BFFF3
Complementary color
Monochromatic Colors of #5BFFF3
Black with #5BFFF3
Text Example
Text Example
White with #5BFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFFF3; }
p { color: rgb(91,255,243); }
H1.HeaderClassName
{
color: #5BFFF3;
}
.AnyTagClassName
{
color: #5BFFF3;
}
</style>
background-color css
<style>
a { background-color: #5BFFF3; }
a { background-color: rgb(91,255,243); }
div.DivClassName
{
background-color: #5BFFF3;
}
.BgClassName
{
background-color: #5BFFF3;
}
</style>
border-color css
<style>
span { border-color: #5BFFF3; }
span { border-color: rgb(91,255,243); }
td.TdClassName
{
border-color: #5BFFF3;
}
.TagClassName
{
border-color: #5BFFF3;
}
</style>