Shades of Baby Blue #5FFCFB
Tints of Baby Blue #5FFCFB
RGB
CMYK
RGB Variations
Color information
#5FFCFB (or 0x5FFCFB) is known color: Baby Blue. HEX triplet: 5F, FC and FB. RGB value is (95,252,251). Sum of RGB (Red+Green+Blue) = 95+252+251=598 (79% of max value = 765). Red value is 95 (37.5% from 255 or 15.89% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCFB is #A00304. Grayscale: #CCCCCC. Windows color (decimal): -10486533 or 16514143. OLE color: 16514143.
HSL color Cylindrical-coordinate representation of color #5FFCFB: hue angle of 179.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCFB is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 251 | - |
| CMYK | 0.62 | 0 | 0.00 | 0.01 |
| HSL | 179.62º | 0.96% | 0.68% | - |
| HSV(B) | 179.62º | 0.62% | 0.99% | - |
| XYZ | 56.94 | 79.02 | 103.52 | - |
| YUV | 204.94 | 153.99 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 251 | 0.62 | 0 | 0.00 | 0.01 | 179.62 | 0.96 | 0.68 |
| Hex | 5F | FC | FB | 3E | 0 | 0 | 1 | B4 | 60 | 44 |
| Octal | 137 | 374 | 373 | 76 | 0 | 0 | 1 | 264 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11111011 | 111110 | 0 | 0 | 1 | 10110100 | 1100000 | 1000100 |
Color Harmonies of #5FFCFB
Complementary color
Monochromatic Colors of #5FFCFB
Black with #5FFCFB
Text Example
Text Example
White with #5FFCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCFB; }
p { color: rgb(95,252,251); }
H1.HeaderClassName
{
color: #5FFCFB;
}
.AnyTagClassName
{
color: #5FFCFB;
}
</style>
background-color css
<style>
a { background-color: #5FFCFB; }
a { background-color: rgb(95,252,251); }
div.DivClassName
{
background-color: #5FFCFB;
}
.BgClassName
{
background-color: #5FFCFB;
}
</style>
border-color css
<style>
span { border-color: #5FFCFB; }
span { border-color: rgb(95,252,251); }
td.TdClassName
{
border-color: #5FFCFB;
}
.TagClassName
{
border-color: #5FFCFB;
}
</style>