Shades of Baby Blue #5FFAF3
Tints of Baby Blue #5FFAF3
RGB
CMYK
RGB Variations
Color information
#5FFAF3 (or 0x5FFAF3) is known color: Baby Blue. HEX triplet: 5F, FA and F3. RGB value is (95,250,243). Sum of RGB (Red+Green+Blue) = 95+250+243=588 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.16% from 588); Green value is 250 (98.05% from 255 or 42.52% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAF3 is #A0050C. Grayscale: #CACACA. Windows color (decimal): -10487053 or 15989343. OLE color: 15989343.
HSL color Cylindrical-coordinate representation of color #5FFAF3: hue angle of 177.29º 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 #5FFAF3 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 243 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.02 |
| HSL | 177.29º | 0.94% | 0.68% | - |
| HSV(B) | 177.29º | 0.62% | 0.98% | - |
| XYZ | 55.08 | 77.28 | 96.81 | - |
| YUV | 202.86 | 150.65 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 243 | 0.62 | 0 | 0.03 | 0.02 | 177.29 | 0.94 | 0.68 |
| Hex | 5F | FA | F3 | 3E | 0 | 3 | 2 | B1 | 5E | 44 |
| Octal | 137 | 372 | 363 | 76 | 0 | 3 | 2 | 261 | 136 | 104 |
| Binary | 1011111 | 11111010 | 11110011 | 111110 | 0 | 11 | 10 | 10110001 | 1011110 | 1000100 |
Color Harmonies of #5FFAF3
Complementary color
Monochromatic Colors of #5FFAF3
Black with #5FFAF3
Text Example
Text Example
White with #5FFAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAF3; }
p { color: rgb(95,250,243); }
H1.HeaderClassName
{
color: #5FFAF3;
}
.AnyTagClassName
{
color: #5FFAF3;
}
</style>
background-color css
<style>
a { background-color: #5FFAF3; }
a { background-color: rgb(95,250,243); }
div.DivClassName
{
background-color: #5FFAF3;
}
.BgClassName
{
background-color: #5FFAF3;
}
</style>
border-color css
<style>
span { border-color: #5FFAF3; }
span { border-color: rgb(95,250,243); }
td.TdClassName
{
border-color: #5FFAF3;
}
.TagClassName
{
border-color: #5FFAF3;
}
</style>