Shades of Baby Blue #5FFAF4
Tints of Baby Blue #5FFAF4
RGB
CMYK
RGB Variations
Color information
#5FFAF4 (or 0x5FFAF4) is known color: Baby Blue. HEX triplet: 5F, FA and F4. RGB value is (95,250,244). Sum of RGB (Red+Green+Blue) = 95+250+244=589 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.13% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAF4 is #A0050B. Grayscale: #CACACA. Windows color (decimal): -10487052 or 16054879. OLE color: 16054879.
HSL color Cylindrical-coordinate representation of color #5FFAF4: hue angle of 177.68º 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 #5FFAF4 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 244 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.02 |
| HSL | 177.68º | 0.94% | 0.68% | - |
| HSV(B) | 177.68º | 0.62% | 0.98% | - |
| XYZ | 55.23 | 77.34 | 97.6 | - |
| YUV | 202.97 | 151.15 | 50.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 244 | 0.62 | 0 | 0.02 | 0.02 | 177.68 | 0.94 | 0.68 |
| Hex | 5F | FA | F4 | 3E | 0 | 2 | 2 | B2 | 5E | 44 |
| Octal | 137 | 372 | 364 | 76 | 0 | 2 | 2 | 262 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11110100 | 111110 | 0 | 10 | 10 | 10110010 | 1011110 | 1000100 |
Color Harmonies of #5FFAF4
Complementary color
Monochromatic Colors of #5FFAF4
Black with #5FFAF4
Text Example
Text Example
White with #5FFAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAF4; }
p { color: rgb(95,250,244); }
H1.HeaderClassName
{
color: #5FFAF4;
}
.AnyTagClassName
{
color: #5FFAF4;
}
</style>
background-color css
<style>
a { background-color: #5FFAF4; }
a { background-color: rgb(95,250,244); }
div.DivClassName
{
background-color: #5FFAF4;
}
.BgClassName
{
background-color: #5FFAF4;
}
</style>
border-color css
<style>
span { border-color: #5FFAF4; }
span { border-color: rgb(95,250,244); }
td.TdClassName
{
border-color: #5FFAF4;
}
.TagClassName
{
border-color: #5FFAF4;
}
</style>