Shades of Baby Blue #5BF4FE
Tints of Baby Blue #5BF4FE
RGB
CMYK
RGB Variations
Color information
#5BF4FE (or 0x5BF4FE) is known color: Baby Blue. HEX triplet: 5B, F4 and FE. RGB value is (91,244,254). Sum of RGB (Red+Green+Blue) = 91+244+254=589 (78% of max value = 765). Red value is 91 (35.94% from 255 or 15.45% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #5BF4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF4FE is #A40B01. Grayscale: #C7C7C7. Windows color (decimal): -10750722 or 16708699. OLE color: 16708699.
HSL color Cylindrical-coordinate representation of color #5BF4FE: hue angle of 183.68º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BF4FE is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 244 | 254 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.00 |
| HSL | 183.68º | 0.99% | 0.68% | - |
| HSV(B) | 183.68º | 0.64% | 1% | - |
| XYZ | 54.55 | 74.08 | 105.19 | - |
| YUV | 199.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 244 | 254 | 0.64 | 0.04 | 0 | 0.00 | 183.68 | 0.99 | 0.68 |
| Hex | 5B | F4 | FE | 40 | 4 | 0 | 0 | B8 | 63 | 44 |
| Octal | 133 | 364 | 376 | 100 | 4 | 0 | 0 | 270 | 143 | 104 |
| Binary | 1011011 | 11110100 | 11111110 | 1000000 | 100 | 0 | 0 | 10111000 | 1100011 | 1000100 |
Color Harmonies of #5BF4FE
Complementary color
Monochromatic Colors of #5BF4FE
Black with #5BF4FE
Text Example
Text Example
White with #5BF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF4FE; }
p { color: rgb(91,244,254); }
H1.HeaderClassName
{
color: #5BF4FE;
}
.AnyTagClassName
{
color: #5BF4FE;
}
</style>
background-color css
<style>
a { background-color: #5BF4FE; }
a { background-color: rgb(91,244,254); }
div.DivClassName
{
background-color: #5BF4FE;
}
.BgClassName
{
background-color: #5BF4FE;
}
</style>
border-color css
<style>
span { border-color: #5BF4FE; }
span { border-color: rgb(91,244,254); }
td.TdClassName
{
border-color: #5BF4FE;
}
.TagClassName
{
border-color: #5BF4FE;
}
</style>