Shades of Baby Blue #5FFBFE
Tints of Baby Blue #5FFBFE
RGB
CMYK
RGB Variations
Color information
#5FFBFE (or 0x5FFBFE) is known color: Baby Blue. HEX triplet: 5F, FB and FE. RGB value is (95,251,254). Sum of RGB (Red+Green+Blue) = 95+251+254=600 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.83% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FFBFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBFE is #A00401. Grayscale: #CCCCCC. Windows color (decimal): -10486786 or 16710495. OLE color: 16710495.
HSL color Cylindrical-coordinate representation of color #5FFBFE: hue angle of 181.13º 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 #5FFBFE is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 95 | 251 | 254 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.00 |
| HSL | 181.13º | 0.99% | 0.68% | - |
| HSV(B) | 181.13º | 0.63% | 1% | - |
| XYZ | 57.11 | 78.58 | 105.92 | - |
| YUV | 204.7 | 155.82 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 254 | 0.63 | 0.01 | 0 | 0.00 | 181.13 | 0.99 | 0.68 |
| Hex | 5F | FB | FE | 3F | 1 | 0 | 0 | B5 | 63 | 44 |
| Octal | 137 | 373 | 376 | 77 | 1 | 0 | 0 | 265 | 143 | 104 |
| Binary | 1011111 | 11111011 | 11111110 | 111111 | 1 | 0 | 0 | 10110101 | 1100011 | 1000100 |
Color Harmonies of #5FFBFE
Complementary color
Monochromatic Colors of #5FFBFE
Black with #5FFBFE
Text Example
Text Example
White with #5FFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBFE; }
p { color: rgb(95,251,254); }
H1.HeaderClassName
{
color: #5FFBFE;
}
.AnyTagClassName
{
color: #5FFBFE;
}
</style>
background-color css
<style>
a { background-color: #5FFBFE; }
a { background-color: rgb(95,251,254); }
div.DivClassName
{
background-color: #5FFBFE;
}
.BgClassName
{
background-color: #5FFBFE;
}
</style>
border-color css
<style>
span { border-color: #5FFBFE; }
span { border-color: rgb(95,251,254); }
td.TdClassName
{
border-color: #5FFBFE;
}
.TagClassName
{
border-color: #5FFBFE;
}
</style>