Shades of Baby Blue #5FFAE6
Tints of Baby Blue #5FFAE6
RGB
CMYK
RGB Variations
Color information
#5FFAE6 (or 0x5FFAE6) is known color: Baby Blue. HEX triplet: 5F, FA and E6. RGB value is (95,250,230). Sum of RGB (Red+Green+Blue) = 95+250+230=575 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.52% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAE6 is #A00519. Grayscale: #C9C9C9. Windows color (decimal): -10487066 or 15137375. OLE color: 15137375.
HSL color Cylindrical-coordinate representation of color #5FFAE6: hue angle of 172.26º 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 #5FFAE6 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 230 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.02 |
| HSL | 172.26º | 0.94% | 0.68% | - |
| HSV(B) | 172.26º | 0.62% | 0.98% | - |
| XYZ | 53.19 | 76.52 | 86.83 | - |
| YUV | 201.38 | 144.15 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 230 | 0.62 | 0 | 0.08 | 0.02 | 172.26 | 0.94 | 0.68 |
| Hex | 5F | FA | E6 | 3E | 0 | 8 | 2 | AC | 5E | 44 |
| Octal | 137 | 372 | 346 | 76 | 0 | 10 | 2 | 254 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11100110 | 111110 | 0 | 1000 | 10 | 10101100 | 1011110 | 1000100 |
Color Harmonies of #5FFAE6
Complementary color
Monochromatic Colors of #5FFAE6
Black with #5FFAE6
Text Example
Text Example
White with #5FFAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAE6; }
p { color: rgb(95,250,230); }
H1.HeaderClassName
{
color: #5FFAE6;
}
.AnyTagClassName
{
color: #5FFAE6;
}
</style>
background-color css
<style>
a { background-color: #5FFAE6; }
a { background-color: rgb(95,250,230); }
div.DivClassName
{
background-color: #5FFAE6;
}
.BgClassName
{
background-color: #5FFAE6;
}
</style>
border-color css
<style>
span { border-color: #5FFAE6; }
span { border-color: rgb(95,250,230); }
td.TdClassName
{
border-color: #5FFAE6;
}
.TagClassName
{
border-color: #5FFAE6;
}
</style>