Shades of Baby Blue #5BEEFC
Tints of Baby Blue #5BEEFC
RGB
CMYK
RGB Variations
Color information
#5BEEFC (or 0x5BEEFC) is known color: Baby Blue. HEX triplet: 5B, EE and FC. RGB value is (91,238,252). Sum of RGB (Red+Green+Blue) = 91+238+252=581 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.66% from 581); Green value is 238 (93.36% from 255 or 40.96% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BEEFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEEFC is #A41103. Grayscale: #C3C3C3. Windows color (decimal): -10752260 or 16576091. OLE color: 16576091.
HSL color Cylindrical-coordinate representation of color #5BEEFC: hue angle of 185.22º degrees, saturation: 0.96, 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 #5BEEFC is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 238 | 252 | - |
| CMYK | 0.64 | 0.06 | 0 | 0.01 |
| HSL | 185.22º | 0.96% | 0.67% | - |
| HSV(B) | 185.22º | 0.64% | 0.99% | - |
| XYZ | 52.46 | 70.4 | 102.92 | - |
| YUV | 195.64 | 159.8 | 53.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 238 | 252 | 0.64 | 0.06 | 0 | 0.01 | 185.22 | 0.96 | 0.67 |
| Hex | 5B | EE | FC | 40 | 6 | 0 | 1 | B9 | 60 | 43 |
| Octal | 133 | 356 | 374 | 100 | 6 | 0 | 1 | 271 | 140 | 103 |
| Binary | 1011011 | 11101110 | 11111100 | 1000000 | 110 | 0 | 1 | 10111001 | 1100000 | 1000011 |
Color Harmonies of #5BEEFC
Complementary color
Monochromatic Colors of #5BEEFC
Black with #5BEEFC
Text Example
Text Example
White with #5BEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEEFC; }
p { color: rgb(91,238,252); }
H1.HeaderClassName
{
color: #5BEEFC;
}
.AnyTagClassName
{
color: #5BEEFC;
}
</style>
background-color css
<style>
a { background-color: #5BEEFC; }
a { background-color: rgb(91,238,252); }
div.DivClassName
{
background-color: #5BEEFC;
}
.BgClassName
{
background-color: #5BEEFC;
}
</style>
border-color css
<style>
span { border-color: #5BEEFC; }
span { border-color: rgb(91,238,252); }
td.TdClassName
{
border-color: #5BEEFC;
}
.TagClassName
{
border-color: #5BEEFC;
}
</style>