Shades of Baby Blue #5FF6FA
Tints of Baby Blue #5FF6FA
RGB
CMYK
RGB Variations
Color information
#5FF6FA (or 0x5FF6FA) is known color: Baby Blue. HEX triplet: 5F, F6 and FA. RGB value is (95,246,250). Sum of RGB (Red+Green+Blue) = 95+246+250=591 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.07% from 591); Green value is 246 (96.48% from 255 or 41.62% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FF6FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF6FA is #A00905. Grayscale: #C9C9C9. Windows color (decimal): -10488070 or 16447071. OLE color: 16447071.
HSL color Cylindrical-coordinate representation of color #5FF6FA: hue angle of 181.55º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF6FA is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 246 | 250 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.02 |
| HSL | 181.55º | 0.94% | 0.68% | - |
| HSV(B) | 181.55º | 0.62% | 0.98% | - |
| XYZ | 54.93 | 75.25 | 102.07 | - |
| YUV | 201.31 | 155.47 | 52.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 250 | 0.62 | 0.02 | 0 | 0.02 | 181.55 | 0.94 | 0.68 |
| Hex | 5F | F6 | FA | 3E | 2 | 0 | 2 | B6 | 5E | 44 |
| Octal | 137 | 366 | 372 | 76 | 2 | 0 | 2 | 266 | 136 | 104 |
| Binary | 1011111 | 11110110 | 11111010 | 111110 | 10 | 0 | 10 | 10110110 | 1011110 | 1000100 |
Color Harmonies of #5FF6FA
Complementary color
Monochromatic Colors of #5FF6FA
Black with #5FF6FA
Text Example
Text Example
White with #5FF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF6FA; }
p { color: rgb(95,246,250); }
H1.HeaderClassName
{
color: #5FF6FA;
}
.AnyTagClassName
{
color: #5FF6FA;
}
</style>
background-color css
<style>
a { background-color: #5FF6FA; }
a { background-color: rgb(95,246,250); }
div.DivClassName
{
background-color: #5FF6FA;
}
.BgClassName
{
background-color: #5FF6FA;
}
</style>
border-color css
<style>
span { border-color: #5FF6FA; }
span { border-color: rgb(95,246,250); }
td.TdClassName
{
border-color: #5FF6FA;
}
.TagClassName
{
border-color: #5FF6FA;
}
</style>