Shades of Baby Blue #5FF9F0
Tints of Baby Blue #5FF9F0
RGB
CMYK
RGB Variations
Color information
#5FF9F0 (or 0x5FF9F0) is known color: Baby Blue. HEX triplet: 5F, F9 and F0. RGB value is (95,249,240). Sum of RGB (Red+Green+Blue) = 95+249+240=584 (77% of max value = 765). Red value is 95 (37.5% from 255 or 16.27% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5FF9F0 is #A0060F. Grayscale: #C9C9C9. Windows color (decimal): -10487312 or 15792479. OLE color: 15792479.
HSL color Cylindrical-coordinate representation of color #5FF9F0: hue angle of 176.49º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF9F0 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 249 | 240 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.02 |
| HSL | 176.49º | 0.93% | 0.67% | - |
| HSV(B) | 176.49º | 0.62% | 0.98% | - |
| XYZ | 54.32 | 76.48 | 94.34 | - |
| YUV | 201.93 | 149.48 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 249 | 240 | 0.62 | 0 | 0.04 | 0.02 | 176.49 | 0.93 | 0.67 |
| Hex | 5F | F9 | F0 | 3E | 0 | 4 | 2 | B0 | 5D | 43 |
| Octal | 137 | 371 | 360 | 76 | 0 | 4 | 2 | 260 | 135 | 103 |
| Binary | 1011111 | 11111001 | 11110000 | 111110 | 0 | 100 | 10 | 10110000 | 1011101 | 1000011 |
Color Harmonies of #5FF9F0
Complementary color
Monochromatic Colors of #5FF9F0
Black with #5FF9F0
Text Example
Text Example
White with #5FF9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF9F0; }
p { color: rgb(95,249,240); }
H1.HeaderClassName
{
color: #5FF9F0;
}
.AnyTagClassName
{
color: #5FF9F0;
}
</style>
background-color css
<style>
a { background-color: #5FF9F0; }
a { background-color: rgb(95,249,240); }
div.DivClassName
{
background-color: #5FF9F0;
}
.BgClassName
{
background-color: #5FF9F0;
}
</style>
border-color css
<style>
span { border-color: #5FF9F0; }
span { border-color: rgb(95,249,240); }
td.TdClassName
{
border-color: #5FF9F0;
}
.TagClassName
{
border-color: #5FF9F0;
}
</style>