Shades of Baby Blue #5BFBEF
Tints of Baby Blue #5BFBEF
RGB
CMYK
RGB Variations
Color information
#5BFBEF (or 0x5BFBEF) is known color: Baby Blue. HEX triplet: 5B, FB and EF. RGB value is (91,251,239). Sum of RGB (Red+Green+Blue) = 91+251+239=581 (76% of max value = 765). Red value is 91 (35.94% from 255 or 15.66% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #5BFBEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFBEF is #A40410. Grayscale: #C9C9C9. Windows color (decimal): -10748945 or 15727451. OLE color: 15727451.
HSL color Cylindrical-coordinate representation of color #5BFBEF: hue angle of 175.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFBEF is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 251 | 239 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.02 |
| HSL | 175.5º | 0.95% | 0.67% | - |
| HSV(B) | 175.5º | 0.64% | 0.98% | - |
| XYZ | 54.39 | 77.45 | 93.74 | - |
| YUV | 201.79 | 148.99 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 251 | 239 | 0.64 | 0 | 0.05 | 0.02 | 175.5 | 0.95 | 0.67 |
| Hex | 5B | FB | EF | 40 | 0 | 5 | 2 | B0 | 5F | 43 |
| Octal | 133 | 373 | 357 | 100 | 0 | 5 | 2 | 260 | 137 | 103 |
| Binary | 1011011 | 11111011 | 11101111 | 1000000 | 0 | 101 | 10 | 10110000 | 1011111 | 1000011 |
Color Harmonies of #5BFBEF
Complementary color
Monochromatic Colors of #5BFBEF
Black with #5BFBEF
Text Example
Text Example
White with #5BFBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFBEF; }
p { color: rgb(91,251,239); }
H1.HeaderClassName
{
color: #5BFBEF;
}
.AnyTagClassName
{
color: #5BFBEF;
}
</style>
background-color css
<style>
a { background-color: #5BFBEF; }
a { background-color: rgb(91,251,239); }
div.DivClassName
{
background-color: #5BFBEF;
}
.BgClassName
{
background-color: #5BFBEF;
}
</style>
border-color css
<style>
span { border-color: #5BFBEF; }
span { border-color: rgb(91,251,239); }
td.TdClassName
{
border-color: #5BFBEF;
}
.TagClassName
{
border-color: #5BFBEF;
}
</style>