Shades of Baby Blue #60F5FF
Tints of Baby Blue #60F5FF
RGB
CMYK
RGB Variations
Color information
#60F5FF (or 0x60F5FF) is known color: Baby Blue. HEX triplet: 60, F5 and FF. RGB value is (96,245,255). Sum of RGB (Red+Green+Blue) = 96+245+255=596 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.11% from 596); Green value is 245 (96.09% from 255 or 41.11% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #60F5FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F5FF is #9F0A00. Grayscale: #C9C9C9. Windows color (decimal): -10422785 or 16774496. OLE color: 16774496.
HSL color Cylindrical-coordinate representation of color #60F5FF: hue angle of 183.77º 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 #60F5FF is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 245 | 255 | - |
| CMYK | 0.62 | 0.04 | 0 | 0 |
| HSL | 183.77º | 1% | 0.69% | - |
| HSV(B) | 183.77º | 0.62% | 1% | - |
| XYZ | 55.53 | 75.01 | 106.16 | - |
| YUV | 201.59 | 158.14 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 245 | 255 | 0.62 | 0.04 | 0 | 0 | 183.77 | 1 | 0.69 |
| Hex | 60 | F5 | FF | 3E | 4 | 0 | 0 | B8 | 64 | 45 |
| Octal | 140 | 365 | 377 | 76 | 4 | 0 | 0 | 270 | 144 | 105 |
| Binary | 1100000 | 11110101 | 11111111 | 111110 | 100 | 0 | 0 | 10111000 | 1100100 | 1000101 |
Color Harmonies of #60F5FF
Complementary color
Monochromatic Colors of #60F5FF
Black with #60F5FF
Text Example
Text Example
White with #60F5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F5FF; }
p { color: rgb(96,245,255); }
H1.HeaderClassName
{
color: #60F5FF;
}
.AnyTagClassName
{
color: #60F5FF;
}
</style>
background-color css
<style>
a { background-color: #60F5FF; }
a { background-color: rgb(96,245,255); }
div.DivClassName
{
background-color: #60F5FF;
}
.BgClassName
{
background-color: #60F5FF;
}
</style>
border-color css
<style>
span { border-color: #60F5FF; }
span { border-color: rgb(96,245,255); }
td.TdClassName
{
border-color: #60F5FF;
}
.TagClassName
{
border-color: #60F5FF;
}
</style>