Shades of Baby Blue #5FFFF6
Tints of Baby Blue #5FFFF6
RGB
CMYK
RGB Variations
Color information
#5FFFF6 (or 0x5FFFF6) is known color: Baby Blue. HEX triplet: 5F, FF and F6. RGB value is (95,255,246). Sum of RGB (Red+Green+Blue) = 95+255+246=596 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.94% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFF6 is #A00009. Grayscale: #CECECE. Windows color (decimal): -10485770 or 16187231. OLE color: 16187231.
HSL color Cylindrical-coordinate representation of color #5FFFF6: hue angle of 176.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFF6 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 246 | - |
| CMYK | 0.63 | 0 | 0.04 | 0 |
| HSL | 176.63º | 1% | 0.69% | - |
| HSV(B) | 176.63º | 0.63% | 1% | - |
| XYZ | 57.11 | 80.61 | 99.74 | - |
| YUV | 206.13 | 150.49 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 246 | 0.63 | 0 | 0.04 | 0 | 176.63 | 1 | 0.69 |
| Hex | 5F | FF | F6 | 3F | 0 | 4 | 0 | B1 | 64 | 45 |
| Octal | 137 | 377 | 366 | 77 | 0 | 4 | 0 | 261 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11110110 | 111111 | 0 | 100 | 0 | 10110001 | 1100100 | 1000101 |
Color Harmonies of #5FFFF6
Complementary color
Monochromatic Colors of #5FFFF6
Black with #5FFFF6
Text Example
Text Example
White with #5FFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFF6; }
p { color: rgb(95,255,246); }
H1.HeaderClassName
{
color: #5FFFF6;
}
.AnyTagClassName
{
color: #5FFFF6;
}
</style>
background-color css
<style>
a { background-color: #5FFFF6; }
a { background-color: rgb(95,255,246); }
div.DivClassName
{
background-color: #5FFFF6;
}
.BgClassName
{
background-color: #5FFFF6;
}
</style>
border-color css
<style>
span { border-color: #5FFFF6; }
span { border-color: rgb(95,255,246); }
td.TdClassName
{
border-color: #5FFFF6;
}
.TagClassName
{
border-color: #5FFFF6;
}
</style>