Shades of Baby Blue #5FF6FE
Tints of Baby Blue #5FF6FE
RGB
CMYK
RGB Variations
Color information
#5FF6FE (or 0x5FF6FE) is known color: Baby Blue. HEX triplet: 5F, F6 and FE. RGB value is (95,246,254). Sum of RGB (Red+Green+Blue) = 95+246+254=595 (78% of max value = 765). Red value is 95 (37.5% from 255 or 15.97% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FF6FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF6FE is #A00901. Grayscale: #C9C9C9. Windows color (decimal): -10488066 or 16709215. OLE color: 16709215.
HSL color Cylindrical-coordinate representation of color #5FF6FE: hue angle of 183.02º 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 #5FF6FE is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 246 | 254 | - |
| CMYK | 0.63 | 0.03 | 0 | 0.00 |
| HSL | 183.02º | 0.99% | 0.68% | - |
| HSV(B) | 183.02º | 0.63% | 1% | - |
| XYZ | 55.56 | 75.5 | 105.41 | - |
| YUV | 201.76 | 157.47 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 246 | 254 | 0.63 | 0.03 | 0 | 0.00 | 183.02 | 0.99 | 0.68 |
| Hex | 5F | F6 | FE | 3F | 3 | 0 | 0 | B7 | 63 | 44 |
| Octal | 137 | 366 | 376 | 77 | 3 | 0 | 0 | 267 | 143 | 104 |
| Binary | 1011111 | 11110110 | 11111110 | 111111 | 11 | 0 | 0 | 10110111 | 1100011 | 1000100 |
Color Harmonies of #5FF6FE
Complementary color
Monochromatic Colors of #5FF6FE
Black with #5FF6FE
Text Example
Text Example
White with #5FF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF6FE; }
p { color: rgb(95,246,254); }
H1.HeaderClassName
{
color: #5FF6FE;
}
.AnyTagClassName
{
color: #5FF6FE;
}
</style>
background-color css
<style>
a { background-color: #5FF6FE; }
a { background-color: rgb(95,246,254); }
div.DivClassName
{
background-color: #5FF6FE;
}
.BgClassName
{
background-color: #5FF6FE;
}
</style>
border-color css
<style>
span { border-color: #5FF6FE; }
span { border-color: rgb(95,246,254); }
td.TdClassName
{
border-color: #5FF6FE;
}
.TagClassName
{
border-color: #5FF6FE;
}
</style>