Shades of Baby Blue #60F2FF
Tints of Baby Blue #60F2FF
RGB
CMYK
RGB Variations
Color information
#60F2FF (or 0x60F2FF) is known color: Baby Blue. HEX triplet: 60, F2 and FF. RGB value is (96,242,255). Sum of RGB (Red+Green+Blue) = 96+242+255=593 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.19% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #60F2FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F2FF is #9F0D00. Grayscale: #C7C7C7. Windows color (decimal): -10423553 or 16773728. OLE color: 16773728.
HSL color Cylindrical-coordinate representation of color #60F2FF: hue angle of 184.91º 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 #60F2FF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 242 | 255 | - |
| CMYK | 0.62 | 0.05 | 0 | 0 |
| HSL | 184.91º | 1% | 0.69% | - |
| HSV(B) | 184.91º | 0.62% | 1% | - |
| XYZ | 54.63 | 73.21 | 105.86 | - |
| YUV | 199.83 | 159.13 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 242 | 255 | 0.62 | 0.05 | 0 | 0 | 184.91 | 1 | 0.69 |
| Hex | 60 | F2 | FF | 3E | 5 | 0 | 0 | B9 | 64 | 45 |
| Octal | 140 | 362 | 377 | 76 | 5 | 0 | 0 | 271 | 144 | 105 |
| Binary | 1100000 | 11110010 | 11111111 | 111110 | 101 | 0 | 0 | 10111001 | 1100100 | 1000101 |
Color Harmonies of #60F2FF
Complementary color
Monochromatic Colors of #60F2FF
Black with #60F2FF
Text Example
Text Example
White with #60F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F2FF; }
p { color: rgb(96,242,255); }
H1.HeaderClassName
{
color: #60F2FF;
}
.AnyTagClassName
{
color: #60F2FF;
}
</style>
background-color css
<style>
a { background-color: #60F2FF; }
a { background-color: rgb(96,242,255); }
div.DivClassName
{
background-color: #60F2FF;
}
.BgClassName
{
background-color: #60F2FF;
}
</style>
border-color css
<style>
span { border-color: #60F2FF; }
span { border-color: rgb(96,242,255); }
td.TdClassName
{
border-color: #60F2FF;
}
.TagClassName
{
border-color: #60F2FF;
}
</style>