Shades of Baby Blue #5FFFFE
Tints of Baby Blue #5FFFFE
RGB
CMYK
RGB Variations
Color information
#5FFFFE (or 0x5FFFFE) is known color: Baby Blue. HEX triplet: 5F, FF and FE. RGB value is (95,255,254). Sum of RGB (Red+Green+Blue) = 95+255+254=604 (80% of max value = 765). Red value is 95 (37.5% from 255 or 15.73% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFFFE is #A00001. Grayscale: #CECECE. Windows color (decimal): -10485762 or 16711519. OLE color: 16711519.
HSL color Cylindrical-coordinate representation of color #5FFFFE: hue angle of 179.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFFE is Cyan = 0.63, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 255 | 254 | - |
| CMYK | 0.63 | 0 | 0.00 | 0 |
| HSL | 179.63º | 1% | 0.69% | - |
| HSV(B) | 179.63º | 0.63% | 1% | - |
| XYZ | 58.37 | 81.11 | 106.35 | - |
| YUV | 207.05 | 154.49 | 48.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 255 | 254 | 0.63 | 0 | 0.00 | 0 | 179.63 | 1 | 0.69 |
| Hex | 5F | FF | FE | 3F | 0 | 0 | 0 | B4 | 64 | 45 |
| Octal | 137 | 377 | 376 | 77 | 0 | 0 | 0 | 264 | 144 | 105 |
| Binary | 1011111 | 11111111 | 11111110 | 111111 | 0 | 0 | 0 | 10110100 | 1100100 | 1000101 |
Color Harmonies of #5FFFFE
Complementary color
Monochromatic Colors of #5FFFFE
Black with #5FFFFE
Text Example
Text Example
White with #5FFFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFFFE; }
p { color: rgb(95,255,254); }
H1.HeaderClassName
{
color: #5FFFFE;
}
.AnyTagClassName
{
color: #5FFFFE;
}
</style>
background-color css
<style>
a { background-color: #5FFFFE; }
a { background-color: rgb(95,255,254); }
div.DivClassName
{
background-color: #5FFFFE;
}
.BgClassName
{
background-color: #5FFFFE;
}
</style>
border-color css
<style>
span { border-color: #5FFFFE; }
span { border-color: rgb(95,255,254); }
td.TdClassName
{
border-color: #5FFFFE;
}
.TagClassName
{
border-color: #5FFFFE;
}
</style>