Shades of Baby Blue #60F2FB
Tints of Baby Blue #60F2FB
RGB
CMYK
RGB Variations
Color information
#60F2FB (or 0x60F2FB) is known color: Baby Blue. HEX triplet: 60, F2 and FB. RGB value is (96,242,251). Sum of RGB (Red+Green+Blue) = 96+242+251=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #60F2FB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F2FB is #9F0D04. Grayscale: #C7C7C7. Windows color (decimal): -10423557 or 16511584. OLE color: 16511584.
HSL color Cylindrical-coordinate representation of color #60F2FB: hue angle of 183.48º degrees, saturation: 0.95, 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 #60F2FB is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 96 | 242 | 251 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.02 |
| HSL | 183.48º | 0.95% | 0.68% | - |
| HSV(B) | 183.48º | 0.62% | 0.98% | - |
| XYZ | 53.99 | 72.96 | 102.5 | - |
| YUV | 199.37 | 157.13 | 54.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 251 | 0.62 | 0.04 | 0 | 0.02 | 183.48 | 0.95 | 0.68 |
| Hex | 60 | F2 | FB | 3E | 4 | 0 | 2 | B7 | 5F | 44 |
| Octal | 140 | 362 | 373 | 76 | 4 | 0 | 2 | 267 | 137 | 104 |
| Binary | 1100000 | 11110010 | 11111011 | 111110 | 100 | 0 | 10 | 10110111 | 1011111 | 1000100 |
Color Harmonies of #60F2FB
Complementary color
Monochromatic Colors of #60F2FB
Black with #60F2FB
Text Example
Text Example
White with #60F2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F2FB; }
p { color: rgb(96,242,251); }
H1.HeaderClassName
{
color: #60F2FB;
}
.AnyTagClassName
{
color: #60F2FB;
}
</style>
background-color css
<style>
a { background-color: #60F2FB; }
a { background-color: rgb(96,242,251); }
div.DivClassName
{
background-color: #60F2FB;
}
.BgClassName
{
background-color: #60F2FB;
}
</style>
border-color css
<style>
span { border-color: #60F2FB; }
span { border-color: rgb(96,242,251); }
td.TdClassName
{
border-color: #60F2FB;
}
.TagClassName
{
border-color: #60F2FB;
}
</style>