Shades of Baby Blue #5FFBFF
Tints of Baby Blue #5FFBFF
RGB
CMYK
RGB Variations
Color information
#5FFBFF (or 0x5FFBFF) is known color: Baby Blue. HEX triplet: 5F, FB and FF. RGB value is (95,251,255). Sum of RGB (Red+Green+Blue) = 95+251+255=601 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.81% from 601); Green value is 251 (98.44% from 255 or 41.76% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FFBFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFBFF is #A00400. Grayscale: #CCCCCC. Windows color (decimal): -10486785 or 16776031. OLE color: 16776031.
HSL color Cylindrical-coordinate representation of color #5FFBFF: hue angle of 181.5º 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 #5FFBFF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 95 | 251 | 255 | - |
| CMYK | 0.63 | 0.02 | 0 | 0 |
| HSL | 181.5º | 1% | 0.69% | - |
| HSV(B) | 181.5º | 0.63% | 1% | - |
| XYZ | 57.27 | 78.65 | 106.77 | - |
| YUV | 204.81 | 156.32 | 49.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 251 | 255 | 0.63 | 0.02 | 0 | 0 | 181.5 | 1 | 0.69 |
| Hex | 5F | FB | FF | 3F | 2 | 0 | 0 | B6 | 64 | 45 |
| Octal | 137 | 373 | 377 | 77 | 2 | 0 | 0 | 266 | 144 | 105 |
| Binary | 1011111 | 11111011 | 11111111 | 111111 | 10 | 0 | 0 | 10110110 | 1100100 | 1000101 |
Color Harmonies of #5FFBFF
Complementary color
Monochromatic Colors of #5FFBFF
Black with #5FFBFF
Text Example
Text Example
White with #5FFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFBFF; }
p { color: rgb(95,251,255); }
H1.HeaderClassName
{
color: #5FFBFF;
}
.AnyTagClassName
{
color: #5FFBFF;
}
</style>
background-color css
<style>
a { background-color: #5FFBFF; }
a { background-color: rgb(95,251,255); }
div.DivClassName
{
background-color: #5FFBFF;
}
.BgClassName
{
background-color: #5FFBFF;
}
</style>
border-color css
<style>
span { border-color: #5FFBFF; }
span { border-color: rgb(95,251,255); }
td.TdClassName
{
border-color: #5FFBFF;
}
.TagClassName
{
border-color: #5FFBFF;
}
</style>