Shades of Baby Blue #5BEDFF
Tints of Baby Blue #5BEDFF
RGB
CMYK
RGB Variations
Color information
#5BEDFF (or 0x5BEDFF) is known color: Baby Blue. HEX triplet: 5B, ED and FF. RGB value is (91,237,255). Sum of RGB (Red+Green+Blue) = 91+237+255=583 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.61% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #5BEDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BEDFF is #A41200. Grayscale: #C3C3C3. Windows color (decimal): -10752513 or 16772443. OLE color: 16772443.
HSL color Cylindrical-coordinate representation of color #5BEDFF: hue angle of 186.59º 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 #5BEDFF is Cyan = 0.64, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 237 | 255 | - |
| CMYK | 0.64 | 0.07 | 0 | 0 |
| HSL | 186.59º | 1% | 0.68% | - |
| HSV(B) | 186.59º | 0.64% | 1% | - |
| XYZ | 52.65 | 70.01 | 105.35 | - |
| YUV | 195.4 | 161.63 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 237 | 255 | 0.64 | 0.07 | 0 | 0 | 186.59 | 1 | 0.68 |
| Hex | 5B | ED | FF | 40 | 7 | 0 | 0 | BB | 64 | 44 |
| Octal | 133 | 355 | 377 | 100 | 7 | 0 | 0 | 273 | 144 | 104 |
| Binary | 1011011 | 11101101 | 11111111 | 1000000 | 111 | 0 | 0 | 10111011 | 1100100 | 1000100 |
Color Harmonies of #5BEDFF
Complementary color
Monochromatic Colors of #5BEDFF
Black with #5BEDFF
Text Example
Text Example
White with #5BEDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BEDFF; }
p { color: rgb(91,237,255); }
H1.HeaderClassName
{
color: #5BEDFF;
}
.AnyTagClassName
{
color: #5BEDFF;
}
</style>
background-color css
<style>
a { background-color: #5BEDFF; }
a { background-color: rgb(91,237,255); }
div.DivClassName
{
background-color: #5BEDFF;
}
.BgClassName
{
background-color: #5BEDFF;
}
</style>
border-color css
<style>
span { border-color: #5BEDFF; }
span { border-color: rgb(91,237,255); }
td.TdClassName
{
border-color: #5BEDFF;
}
.TagClassName
{
border-color: #5BEDFF;
}
</style>