Shades of Baby Blue #5BFCEF
Tints of Baby Blue #5BFCEF
RGB
CMYK
RGB Variations
Color information
#5BFCEF (or 0x5BFCEF) is known color: Baby Blue. HEX triplet: 5B, FC and EF. RGB value is (91,252,239). Sum of RGB (Red+Green+Blue) = 91+252+239=582 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.64% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFCEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BFCEF is #A40310. Grayscale: #CACACA. Windows color (decimal): -10748689 or 15727707. OLE color: 15727707.
HSL color Cylindrical-coordinate representation of color #5BFCEF: hue angle of 175.16º 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 #5BFCEF is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 239 | - |
| CMYK | 0.64 | 0 | 0.05 | 0.01 |
| HSL | 175.16º | 0.96% | 0.67% | - |
| HSV(B) | 175.16º | 0.64% | 0.99% | - |
| XYZ | 54.7 | 78.08 | 93.85 | - |
| YUV | 202.38 | 148.66 | 48.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 239 | 0.64 | 0 | 0.05 | 0.01 | 175.16 | 0.96 | 0.67 |
| Hex | 5B | FC | EF | 40 | 0 | 5 | 1 | AF | 60 | 43 |
| Octal | 133 | 374 | 357 | 100 | 0 | 5 | 1 | 257 | 140 | 103 |
| Binary | 1011011 | 11111100 | 11101111 | 1000000 | 0 | 101 | 1 | 10101111 | 1100000 | 1000011 |
Color Harmonies of #5BFCEF
Complementary color
Monochromatic Colors of #5BFCEF
Black with #5BFCEF
Text Example
Text Example
White with #5BFCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFCEF; }
p { color: rgb(91,252,239); }
H1.HeaderClassName
{
color: #5BFCEF;
}
.AnyTagClassName
{
color: #5BFCEF;
}
</style>
background-color css
<style>
a { background-color: #5BFCEF; }
a { background-color: rgb(91,252,239); }
div.DivClassName
{
background-color: #5BFCEF;
}
.BgClassName
{
background-color: #5BFCEF;
}
</style>
border-color css
<style>
span { border-color: #5BFCEF; }
span { border-color: rgb(91,252,239); }
td.TdClassName
{
border-color: #5BFCEF;
}
.TagClassName
{
border-color: #5BFCEF;
}
</style>