Shades of Baby Blue #5BEAFC
Tints of Baby Blue #5BEAFC
RGB
CMYK
RGB Variations
Color information
#5BEAFC (or 0x5BEAFC) is known color: Baby Blue. HEX triplet: 5B, EA and FC. RGB value is (91,234,252). Sum of RGB (Red+Green+Blue) = 91+234+252=577 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.77% from 577); Green value is 234 (91.80% from 255 or 40.55% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BEAFC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEAFC is #A41503. Grayscale: #C1C1C1. Windows color (decimal): -10753284 or 16575067. OLE color: 16575067.
HSL color Cylindrical-coordinate representation of color #5BEAFC: hue angle of 186.71º 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 #5BEAFC is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 234 | 252 | - |
| CMYK | 0.64 | 0.07 | 0 | 0.01 |
| HSL | 186.71º | 0.96% | 0.67% | - |
| HSV(B) | 186.71º | 0.64% | 0.99% | - |
| XYZ | 51.31 | 68.1 | 102.54 | - |
| YUV | 193.3 | 161.12 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 234 | 252 | 0.64 | 0.07 | 0 | 0.01 | 186.71 | 0.96 | 0.67 |
| Hex | 5B | EA | FC | 40 | 7 | 0 | 1 | BB | 60 | 43 |
| Octal | 133 | 352 | 374 | 100 | 7 | 0 | 1 | 273 | 140 | 103 |
| Binary | 1011011 | 11101010 | 11111100 | 1000000 | 111 | 0 | 1 | 10111011 | 1100000 | 1000011 |
Color Harmonies of #5BEAFC
Complementary color
Monochromatic Colors of #5BEAFC
Black with #5BEAFC
Text Example
Text Example
White with #5BEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEAFC; }
p { color: rgb(91,234,252); }
H1.HeaderClassName
{
color: #5BEAFC;
}
.AnyTagClassName
{
color: #5BEAFC;
}
</style>
background-color css
<style>
a { background-color: #5BEAFC; }
a { background-color: rgb(91,234,252); }
div.DivClassName
{
background-color: #5BEAFC;
}
.BgClassName
{
background-color: #5BEAFC;
}
</style>
border-color css
<style>
span { border-color: #5BEAFC; }
span { border-color: rgb(91,234,252); }
td.TdClassName
{
border-color: #5BEAFC;
}
.TagClassName
{
border-color: #5BEAFC;
}
</style>