Shades of Baby Blue #5FFAEE
Tints of Baby Blue #5FFAEE
RGB
CMYK
RGB Variations
Color information
#5FFAEE (or 0x5FFAEE) is known color: Baby Blue. HEX triplet: 5F, FA and EE. RGB value is (95,250,238). Sum of RGB (Red+Green+Blue) = 95+250+238=583 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.30% from 583); Green value is 250 (98.05% from 255 or 42.88% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAEE is #A00511. Grayscale: #CACACA. Windows color (decimal): -10487058 or 15661663. OLE color: 15661663.
HSL color Cylindrical-coordinate representation of color #5FFAEE: hue angle of 175.35º 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 #5FFAEE is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 238 | - |
| CMYK | 0.62 | 0 | 0.05 | 0.02 |
| HSL | 175.35º | 0.94% | 0.68% | - |
| HSV(B) | 175.35º | 0.62% | 0.98% | - |
| XYZ | 54.34 | 76.98 | 92.88 | - |
| YUV | 202.29 | 148.15 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 238 | 0.62 | 0 | 0.05 | 0.02 | 175.35 | 0.94 | 0.68 |
| Hex | 5F | FA | EE | 3E | 0 | 5 | 2 | AF | 5E | 44 |
| Octal | 137 | 372 | 356 | 76 | 0 | 5 | 2 | 257 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11101110 | 111110 | 0 | 101 | 10 | 10101111 | 1011110 | 1000100 |
Color Harmonies of #5FFAEE
Complementary color
Monochromatic Colors of #5FFAEE
Black with #5FFAEE
Text Example
Text Example
White with #5FFAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAEE; }
p { color: rgb(95,250,238); }
H1.HeaderClassName
{
color: #5FFAEE;
}
.AnyTagClassName
{
color: #5FFAEE;
}
</style>
background-color css
<style>
a { background-color: #5FFAEE; }
a { background-color: rgb(95,250,238); }
div.DivClassName
{
background-color: #5FFAEE;
}
.BgClassName
{
background-color: #5FFAEE;
}
</style>
border-color css
<style>
span { border-color: #5FFAEE; }
span { border-color: rgb(95,250,238); }
td.TdClassName
{
border-color: #5FFAEE;
}
.TagClassName
{
border-color: #5FFAEE;
}
</style>