Shades of Baby Blue #60FFF1
Tints of Baby Blue #60FFF1
RGB
CMYK
RGB Variations
Color information
#60FFF1 (or 0x60FFF1) is known color: Baby Blue. HEX triplet: 60, FF and F1. RGB value is (96,255,241). Sum of RGB (Red+Green+Blue) = 96+255+241=592 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.22% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 241 (94.53% from 255 or 40.71% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFF1 is #9F000E. Grayscale: #CDCDCD. Windows color (decimal): -10420239 or 15859552. OLE color: 15859552.
HSL color Cylindrical-coordinate representation of color #60FFF1: hue angle of 174.72º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60FFF1 is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 255 | 241 | - |
| CMYK | 0.62 | 0 | 0.05 | 0 |
| HSL | 174.72º | 1% | 0.69% | - |
| HSV(B) | 174.72º | 0.62% | 1% | - |
| XYZ | 56.46 | 80.36 | 95.75 | - |
| YUV | 205.86 | 147.82 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 255 | 241 | 0.62 | 0 | 0.05 | 0 | 174.72 | 1 | 0.69 |
| Hex | 60 | FF | F1 | 3E | 0 | 5 | 0 | AF | 64 | 45 |
| Octal | 140 | 377 | 361 | 76 | 0 | 5 | 0 | 257 | 144 | 105 |
| Binary | 1100000 | 11111111 | 11110001 | 111110 | 0 | 101 | 0 | 10101111 | 1100100 | 1000101 |
Color Harmonies of #60FFF1
Complementary color
Monochromatic Colors of #60FFF1
Black with #60FFF1
Text Example
Text Example
White with #60FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60FFF1; }
p { color: rgb(96,255,241); }
H1.HeaderClassName
{
color: #60FFF1;
}
.AnyTagClassName
{
color: #60FFF1;
}
</style>
background-color css
<style>
a { background-color: #60FFF1; }
a { background-color: rgb(96,255,241); }
div.DivClassName
{
background-color: #60FFF1;
}
.BgClassName
{
background-color: #60FFF1;
}
</style>
border-color css
<style>
span { border-color: #60FFF1; }
span { border-color: rgb(96,255,241); }
td.TdClassName
{
border-color: #60FFF1;
}
.TagClassName
{
border-color: #60FFF1;
}
</style>