Shades of Baby Blue #5FEAFE
Tints of Baby Blue #5FEAFE
RGB
CMYK
RGB Variations
Color information
#5FEAFE (or 0x5FEAFE) is known color: Baby Blue. HEX triplet: 5F, EA and FE. RGB value is (95,234,254). Sum of RGB (Red+Green+Blue) = 95+234+254=583 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.30% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FEAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FEAFE is #A01501. Grayscale: #C2C2C2. Windows color (decimal): -10491138 or 16706143. OLE color: 16706143.
HSL color Cylindrical-coordinate representation of color #5FEAFE: hue angle of 187.55º 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 #5FEAFE is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 234 | 254 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.00 |
| HSL | 187.55º | 0.99% | 0.68% | - |
| HSV(B) | 187.55º | 0.63% | 1% | - |
| XYZ | 52.03 | 68.43 | 104.23 | - |
| YUV | 194.72 | 161.45 | 56.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 254 | 0.63 | 0.08 | 0 | 0.00 | 187.55 | 0.99 | 0.68 |
| Hex | 5F | EA | FE | 3F | 8 | 0 | 0 | BC | 63 | 44 |
| Octal | 137 | 352 | 376 | 77 | 10 | 0 | 0 | 274 | 143 | 104 |
| Binary | 1011111 | 11101010 | 11111110 | 111111 | 1000 | 0 | 0 | 10111100 | 1100011 | 1000100 |
Color Harmonies of #5FEAFE
Complementary color
Monochromatic Colors of #5FEAFE
Black with #5FEAFE
Text Example
Text Example
White with #5FEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEAFE; }
p { color: rgb(95,234,254); }
H1.HeaderClassName
{
color: #5FEAFE;
}
.AnyTagClassName
{
color: #5FEAFE;
}
</style>
background-color css
<style>
a { background-color: #5FEAFE; }
a { background-color: rgb(95,234,254); }
div.DivClassName
{
background-color: #5FEAFE;
}
.BgClassName
{
background-color: #5FEAFE;
}
</style>
border-color css
<style>
span { border-color: #5FEAFE; }
span { border-color: rgb(95,234,254); }
td.TdClassName
{
border-color: #5FEAFE;
}
.TagClassName
{
border-color: #5FEAFE;
}
</style>