Shades of Baby Blue #60F1FF
Tints of Baby Blue #60F1FF
RGB
CMYK
RGB Variations
Color information
#60F1FF (or 0x60F1FF) is known color: Baby Blue. HEX triplet: 60, F1 and FF. RGB value is (96,241,255). Sum of RGB (Red+Green+Blue) = 96+241+255=592 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.22% from 592); Green value is 241 (94.53% from 255 or 40.71% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #60F1FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F1FF is #9F0E00. Grayscale: #C7C7C7. Windows color (decimal): -10423809 or 16773472. OLE color: 16773472.
HSL color Cylindrical-coordinate representation of color #60F1FF: hue angle of 185.28º 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 #60F1FF is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 241 | 255 | - |
| CMYK | 0.62 | 0.05 | 0 | 0 |
| HSL | 185.28º | 1% | 0.69% | - |
| HSV(B) | 185.28º | 0.62% | 1% | - |
| XYZ | 54.33 | 72.62 | 105.76 | - |
| YUV | 199.24 | 159.46 | 54.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 241 | 255 | 0.62 | 0.05 | 0 | 0 | 185.28 | 1 | 0.69 |
| Hex | 60 | F1 | FF | 3E | 5 | 0 | 0 | B9 | 64 | 45 |
| Octal | 140 | 361 | 377 | 76 | 5 | 0 | 0 | 271 | 144 | 105 |
| Binary | 1100000 | 11110001 | 11111111 | 111110 | 101 | 0 | 0 | 10111001 | 1100100 | 1000101 |
Color Harmonies of #60F1FF
Complementary color
Monochromatic Colors of #60F1FF
Black with #60F1FF
Text Example
Text Example
White with #60F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F1FF; }
p { color: rgb(96,241,255); }
H1.HeaderClassName
{
color: #60F1FF;
}
.AnyTagClassName
{
color: #60F1FF;
}
</style>
background-color css
<style>
a { background-color: #60F1FF; }
a { background-color: rgb(96,241,255); }
div.DivClassName
{
background-color: #60F1FF;
}
.BgClassName
{
background-color: #60F1FF;
}
</style>
border-color css
<style>
span { border-color: #60F1FF; }
span { border-color: rgb(96,241,255); }
td.TdClassName
{
border-color: #60F1FF;
}
.TagClassName
{
border-color: #60F1FF;
}
</style>