Shades of Baby Blue #60F1FA
Tints of Baby Blue #60F1FA
RGB
CMYK
RGB Variations
Color information
#60F1FA (or 0x60F1FA) is known color: Baby Blue. HEX triplet: 60, F1 and FA. RGB value is (96,241,250). Sum of RGB (Red+Green+Blue) = 96+241+250=587 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.35% from 587); Green value is 241 (94.53% from 255 or 41.06% from 587); Blue value is 250 (98.05% from 255 or 42.59% from 587); Max value from RGB is 250 - color contains mainly: blue. Hex color #60F1FA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F1FA is #9F0E05. Grayscale: #C6C6C6. Windows color (decimal): -10423814 or 16445792. OLE color: 16445792.
HSL color Cylindrical-coordinate representation of color #60F1FA: hue angle of 183.51º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60F1FA is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 241 | 250 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.02 |
| HSL | 183.51º | 0.94% | 0.68% | - |
| HSV(B) | 183.51º | 0.62% | 0.98% | - |
| XYZ | 53.53 | 72.3 | 101.58 | - |
| YUV | 198.67 | 156.96 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 250 | 0.62 | 0.04 | 0 | 0.02 | 183.51 | 0.94 | 0.68 |
| Hex | 60 | F1 | FA | 3E | 4 | 0 | 2 | B8 | 5E | 44 |
| Octal | 140 | 361 | 372 | 76 | 4 | 0 | 2 | 270 | 136 | 104 |
| Binary | 1100000 | 11110001 | 11111010 | 111110 | 100 | 0 | 10 | 10111000 | 1011110 | 1000100 |
Color Harmonies of #60F1FA
Complementary color
Monochromatic Colors of #60F1FA
Black with #60F1FA
Text Example
Text Example
White with #60F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F1FA; }
p { color: rgb(96,241,250); }
H1.HeaderClassName
{
color: #60F1FA;
}
.AnyTagClassName
{
color: #60F1FA;
}
</style>
background-color css
<style>
a { background-color: #60F1FA; }
a { background-color: rgb(96,241,250); }
div.DivClassName
{
background-color: #60F1FA;
}
.BgClassName
{
background-color: #60F1FA;
}
</style>
border-color css
<style>
span { border-color: #60F1FA; }
span { border-color: rgb(96,241,250); }
td.TdClassName
{
border-color: #60F1FA;
}
.TagClassName
{
border-color: #60F1FA;
}
</style>