Shades of Baby Blue #60F4FF
Tints of Baby Blue #60F4FF
RGB
CMYK
RGB Variations
Color information
#60F4FF (or 0x60F4FF) is known color: Baby Blue. HEX triplet: 60, F4 and FF. RGB value is (96,244,255). Sum of RGB (Red+Green+Blue) = 96+244+255=595 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.13% from 595); Green value is 244 (95.70% from 255 or 41.01% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #60F4FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F4FF is #9F0B00. Grayscale: #C8C8C8. Windows color (decimal): -10423041 or 16774240. OLE color: 16774240.
HSL color Cylindrical-coordinate representation of color #60F4FF: hue angle of 184.15º 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 #60F4FF is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 96 | 244 | 255 | - |
| CMYK | 0.62 | 0.04 | 0 | 0 |
| HSL | 184.15º | 1% | 0.69% | - |
| HSV(B) | 184.15º | 0.62% | 1% | - |
| XYZ | 55.22 | 74.41 | 106.06 | - |
| YUV | 201 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 244 | 255 | 0.62 | 0.04 | 0 | 0 | 184.15 | 1 | 0.69 |
| Hex | 60 | F4 | FF | 3E | 4 | 0 | 0 | B8 | 64 | 45 |
| Octal | 140 | 364 | 377 | 76 | 4 | 0 | 0 | 270 | 144 | 105 |
| Binary | 1100000 | 11110100 | 11111111 | 111110 | 100 | 0 | 0 | 10111000 | 1100100 | 1000101 |
Color Harmonies of #60F4FF
Complementary color
Monochromatic Colors of #60F4FF
Black with #60F4FF
Text Example
Text Example
White with #60F4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60F4FF; }
p { color: rgb(96,244,255); }
H1.HeaderClassName
{
color: #60F4FF;
}
.AnyTagClassName
{
color: #60F4FF;
}
</style>
background-color css
<style>
a { background-color: #60F4FF; }
a { background-color: rgb(96,244,255); }
div.DivClassName
{
background-color: #60F4FF;
}
.BgClassName
{
background-color: #60F4FF;
}
</style>
border-color css
<style>
span { border-color: #60F4FF; }
span { border-color: rgb(96,244,255); }
td.TdClassName
{
border-color: #60F4FF;
}
.TagClassName
{
border-color: #60F4FF;
}
</style>