Shades of Baby Blue #5FFAFE
Tints of Baby Blue #5FFAFE
RGB
CMYK
RGB Variations
Color information
#5FFAFE (or 0x5FFAFE) is known color: Baby Blue. HEX triplet: 5F, FA and FE. RGB value is (95,250,254). Sum of RGB (Red+Green+Blue) = 95+250+254=599 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.86% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FFAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFAFE is #A00501. Grayscale: #CBCBCB. Windows color (decimal): -10487042 or 16710239. OLE color: 16710239.
HSL color Cylindrical-coordinate representation of color #5FFAFE: hue angle of 181.51º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFAFE is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 250 | 254 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.00 |
| HSL | 181.51º | 0.99% | 0.68% | - |
| HSV(B) | 181.51º | 0.63% | 1% | - |
| XYZ | 56.79 | 77.96 | 105.82 | - |
| YUV | 204.11 | 156.15 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 254 | 0.63 | 0.02 | 0 | 0.00 | 181.51 | 0.99 | 0.68 |
| Hex | 5F | FA | FE | 3F | 2 | 0 | 0 | B6 | 63 | 44 |
| Octal | 137 | 372 | 376 | 77 | 2 | 0 | 0 | 266 | 143 | 104 |
| Binary | 1011111 | 11111010 | 11111110 | 111111 | 10 | 0 | 0 | 10110110 | 1100011 | 1000100 |
Color Harmonies of #5FFAFE
Complementary color
Monochromatic Colors of #5FFAFE
Black with #5FFAFE
Text Example
Text Example
White with #5FFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFAFE; }
p { color: rgb(95,250,254); }
H1.HeaderClassName
{
color: #5FFAFE;
}
.AnyTagClassName
{
color: #5FFAFE;
}
</style>
background-color css
<style>
a { background-color: #5FFAFE; }
a { background-color: rgb(95,250,254); }
div.DivClassName
{
background-color: #5FFAFE;
}
.BgClassName
{
background-color: #5FFAFE;
}
</style>
border-color css
<style>
span { border-color: #5FFAFE; }
span { border-color: rgb(95,250,254); }
td.TdClassName
{
border-color: #5FFAFE;
}
.TagClassName
{
border-color: #5FFAFE;
}
</style>