Shades of Baby Blue #5FFCF5
Tints of Baby Blue #5FFCF5
RGB
CMYK
RGB Variations
Color information
#5FFCF5 (or 0x5FFCF5) is known color: Baby Blue. HEX triplet: 5F, FC and F5. RGB value is (95,252,245). Sum of RGB (Red+Green+Blue) = 95+252+245=592 (78% of max value = 765). Red value is 95 (37.5% from 255 or 16.05% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 245 (96.09% from 255 or 41.39% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FFCF5 is #A0030A. Grayscale: #CCCCCC. Windows color (decimal): -10486539 or 16120927. OLE color: 16120927.
HSL color Cylindrical-coordinate representation of color #5FFCF5: hue angle of 177.32º 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 #5FFCF5 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 245 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.01 |
| HSL | 177.32º | 0.96% | 0.68% | - |
| HSV(B) | 177.32º | 0.62% | 0.99% | - |
| XYZ | 56.01 | 78.65 | 98.61 | - |
| YUV | 204.26 | 150.99 | 50.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 245 | 0.62 | 0 | 0.03 | 0.01 | 177.32 | 0.96 | 0.68 |
| Hex | 5F | FC | F5 | 3E | 0 | 3 | 1 | B1 | 60 | 44 |
| Octal | 137 | 374 | 365 | 76 | 0 | 3 | 1 | 261 | 140 | 104 |
| Binary | 1011111 | 11111100 | 11110101 | 111110 | 0 | 11 | 1 | 10110001 | 1100000 | 1000100 |
Color Harmonies of #5FFCF5
Complementary color
Monochromatic Colors of #5FFCF5
Black with #5FFCF5
Text Example
Text Example
White with #5FFCF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCF5; }
p { color: rgb(95,252,245); }
H1.HeaderClassName
{
color: #5FFCF5;
}
.AnyTagClassName
{
color: #5FFCF5;
}
</style>
background-color css
<style>
a { background-color: #5FFCF5; }
a { background-color: rgb(95,252,245); }
div.DivClassName
{
background-color: #5FFCF5;
}
.BgClassName
{
background-color: #5FFCF5;
}
</style>
border-color css
<style>
span { border-color: #5FFCF5; }
span { border-color: rgb(95,252,245); }
td.TdClassName
{
border-color: #5FFCF5;
}
.TagClassName
{
border-color: #5FFCF5;
}
</style>