Shades of Baby Blue #60F5FD
Tints of Baby Blue #60F5FD
RGB
CMYK
RGB Variations
Color information
#60F5FD (or 0x60F5FD) is known color: Baby Blue. HEX triplet: 60, F5 and FD. RGB value is (96,245,253). Sum of RGB (Red+Green+Blue) = 96+245+253=594 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.16% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #60F5FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F5FD is #9F0A02. Grayscale: #C9C9C9. Windows color (decimal): -10422787 or 16643424. OLE color: 16643424.
HSL color Cylindrical-coordinate representation of color #60F5FD: hue angle of 183.06º degrees, saturation: 0.98, 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 #60F5FD is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 96 | 245 | 253 | - |
| CMYK | 0.62 | 0.03 | 0 | 0.01 |
| HSL | 183.06º | 0.98% | 0.68% | - |
| HSV(B) | 183.06º | 0.62% | 0.99% | - |
| XYZ | 55.21 | 74.88 | 104.47 | - |
| YUV | 201.36 | 157.14 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 253 | 0.62 | 0.03 | 0 | 0.01 | 183.06 | 0.98 | 0.68 |
| Hex | 60 | F5 | FD | 3E | 3 | 0 | 1 | B7 | 62 | 44 |
| Octal | 140 | 365 | 375 | 76 | 3 | 0 | 1 | 267 | 142 | 104 |
| Binary | 1100000 | 11110101 | 11111101 | 111110 | 11 | 0 | 1 | 10110111 | 1100010 | 1000100 |
Color Harmonies of #60F5FD
Complementary color
Monochromatic Colors of #60F5FD
Black with #60F5FD
Text Example
Text Example
White with #60F5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5FD; }
p { color: rgb(96,245,253); }
H1.HeaderClassName
{
color: #60F5FD;
}
.AnyTagClassName
{
color: #60F5FD;
}
</style>
background-color css
<style>
a { background-color: #60F5FD; }
a { background-color: rgb(96,245,253); }
div.DivClassName
{
background-color: #60F5FD;
}
.BgClassName
{
background-color: #60F5FD;
}
</style>
border-color css
<style>
span { border-color: #60F5FD; }
span { border-color: rgb(96,245,253); }
td.TdClassName
{
border-color: #60F5FD;
}
.TagClassName
{
border-color: #60F5FD;
}
</style>