Shades of Baby Blue #5BEFFF
Tints of Baby Blue #5BEFFF
RGB
CMYK
RGB Variations
Color information
#5BEFFF (or 0x5BEFFF) is known color: Baby Blue. HEX triplet: 5B, EF and FF. RGB value is (91,239,255). Sum of RGB (Red+Green+Blue) = 91+239+255=585 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.56% from 585); Green value is 239 (93.75% from 255 or 40.85% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BEFFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEFFF is #A41000. Grayscale: #C4C4C4. Windows color (decimal): -10752001 or 16772955. OLE color: 16772955.
HSL color Cylindrical-coordinate representation of color #5BEFFF: hue angle of 185.85º 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 #5BEFFF is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 239 | 255 | - |
| CMYK | 0.64 | 0.06 | 0 | 0 |
| HSL | 185.85º | 1% | 0.68% | - |
| HSV(B) | 185.85º | 0.64% | 1% | - |
| XYZ | 53.23 | 71.18 | 105.54 | - |
| YUV | 196.57 | 160.97 | 52.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 239 | 255 | 0.64 | 0.06 | 0 | 0 | 185.85 | 1 | 0.68 |
| Hex | 5B | EF | FF | 40 | 6 | 0 | 0 | BA | 64 | 44 |
| Octal | 133 | 357 | 377 | 100 | 6 | 0 | 0 | 272 | 144 | 104 |
| Binary | 1011011 | 11101111 | 11111111 | 1000000 | 110 | 0 | 0 | 10111010 | 1100100 | 1000100 |
Color Harmonies of #5BEFFF
Complementary color
Monochromatic Colors of #5BEFFF
Black with #5BEFFF
Text Example
Text Example
White with #5BEFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEFFF; }
p { color: rgb(91,239,255); }
H1.HeaderClassName
{
color: #5BEFFF;
}
.AnyTagClassName
{
color: #5BEFFF;
}
</style>
background-color css
<style>
a { background-color: #5BEFFF; }
a { background-color: rgb(91,239,255); }
div.DivClassName
{
background-color: #5BEFFF;
}
.BgClassName
{
background-color: #5BEFFF;
}
</style>
border-color css
<style>
span { border-color: #5BEFFF; }
span { border-color: rgb(91,239,255); }
td.TdClassName
{
border-color: #5BEFFF;
}
.TagClassName
{
border-color: #5BEFFF;
}
</style>