Shades of Baby Blue #5BF2FC
Tints of Baby Blue #5BF2FC
RGB
CMYK
RGB Variations
Color information
#5BF2FC (or 0x5BF2FC) is known color: Baby Blue. HEX triplet: 5B, F2 and FC. RGB value is (91,242,252). Sum of RGB (Red+Green+Blue) = 91+242+252=585 (77% of max value = 765). Red value is 91 (35.94% from 255 or 15.56% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #5BF2FC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5BF2FC is #A40D03. Grayscale: #C5C5C5. Windows color (decimal): -10751236 or 16577115. OLE color: 16577115.
HSL color Cylindrical-coordinate representation of color #5BF2FC: hue angle of 183.73º 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 #5BF2FC is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 242 | 252 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.01 |
| HSL | 183.73º | 0.96% | 0.67% | - |
| HSV(B) | 183.73º | 0.64% | 0.99% | - |
| XYZ | 53.64 | 72.76 | 103.31 | - |
| YUV | 197.99 | 158.47 | 51.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 252 | 0.64 | 0.04 | 0 | 0.01 | 183.73 | 0.96 | 0.67 |
| Hex | 5B | F2 | FC | 40 | 4 | 0 | 1 | B8 | 60 | 43 |
| Octal | 133 | 362 | 374 | 100 | 4 | 0 | 1 | 270 | 140 | 103 |
| Binary | 1011011 | 11110010 | 11111100 | 1000000 | 100 | 0 | 1 | 10111000 | 1100000 | 1000011 |
Color Harmonies of #5BF2FC
Complementary color
Monochromatic Colors of #5BF2FC
Black with #5BF2FC
Text Example
Text Example
White with #5BF2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF2FC; }
p { color: rgb(91,242,252); }
H1.HeaderClassName
{
color: #5BF2FC;
}
.AnyTagClassName
{
color: #5BF2FC;
}
</style>
background-color css
<style>
a { background-color: #5BF2FC; }
a { background-color: rgb(91,242,252); }
div.DivClassName
{
background-color: #5BF2FC;
}
.BgClassName
{
background-color: #5BF2FC;
}
</style>
border-color css
<style>
span { border-color: #5BF2FC; }
span { border-color: rgb(91,242,252); }
td.TdClassName
{
border-color: #5BF2FC;
}
.TagClassName
{
border-color: #5BF2FC;
}
</style>