Shades of Baby Blue #5FFAE7
Tints of Baby Blue #5FFAE7
RGB
CMYK
RGB Variations
Color information
#5FFAE7 (or 0x5FFAE7) is known color: Baby Blue. HEX triplet: 5F, FA and E7. RGB value is (95,250,231). Sum of RGB (Red+Green+Blue) = 95+250+231=576 (76% of max value = 765). Red value is 95 (37.5% from 255 or 16.49% from 576); Green value is 250 (98.05% from 255 or 43.40% from 576); Blue value is 231 (90.62% from 255 or 40.10% from 576); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAE7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAE7 is #A00518. Grayscale: #C9C9C9. Windows color (decimal): -10487065 or 15202911. OLE color: 15202911.
HSL color Cylindrical-coordinate representation of color #5FFAE7: hue angle of 172.65º 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 #5FFAE7 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 231 | - |
| CMYK | 0.62 | 0 | 0.08 | 0.02 |
| HSL | 172.65º | 0.94% | 0.68% | - |
| HSV(B) | 172.65º | 0.62% | 0.98% | - |
| XYZ | 53.33 | 76.57 | 87.57 | - |
| YUV | 201.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 231 | 0.62 | 0 | 0.08 | 0.02 | 172.65 | 0.94 | 0.68 |
| Hex | 5F | FA | E7 | 3E | 0 | 8 | 2 | AD | 5E | 44 |
| Octal | 137 | 372 | 347 | 76 | 0 | 10 | 2 | 255 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11100111 | 111110 | 0 | 1000 | 10 | 10101101 | 1011110 | 1000100 |
Color Harmonies of #5FFAE7
Complementary color
Monochromatic Colors of #5FFAE7
Black with #5FFAE7
Text Example
Text Example
White with #5FFAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAE7; }
p { color: rgb(95,250,231); }
H1.HeaderClassName
{
color: #5FFAE7;
}
.AnyTagClassName
{
color: #5FFAE7;
}
</style>
background-color css
<style>
a { background-color: #5FFAE7; }
a { background-color: rgb(95,250,231); }
div.DivClassName
{
background-color: #5FFAE7;
}
.BgClassName
{
background-color: #5FFAE7;
}
</style>
border-color css
<style>
span { border-color: #5FFAE7; }
span { border-color: rgb(95,250,231); }
td.TdClassName
{
border-color: #5FFAE7;
}
.TagClassName
{
border-color: #5FFAE7;
}
</style>