Shades of Baby Blue #60EFF6
Tints of Baby Blue #60EFF6
RGB
CMYK
RGB Variations
Color information
#60EFF6 (or 0x60EFF6) is known color: Baby Blue. HEX triplet: 60, EF and F6. RGB value is (96,239,246). Sum of RGB (Red+Green+Blue) = 96+239+246=581 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.52% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #60EFF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EFF6 is #9F1009. Grayscale: #C4C4C4. Windows color (decimal): -10424330 or 16183136. OLE color: 16183136.
HSL color Cylindrical-coordinate representation of color #60EFF6: hue angle of 182.8º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60EFF6 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 239 | 246 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.04 |
| HSL | 182.8º | 0.89% | 0.67% | - |
| HSV(B) | 182.8º | 0.61% | 0.96% | - |
| XYZ | 52.32 | 70.87 | 98.11 | - |
| YUV | 197.04 | 155.62 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 246 | 0.61 | 0.03 | 0 | 0.04 | 182.8 | 0.89 | 0.67 |
| Hex | 60 | EF | F6 | 3D | 3 | 0 | 4 | B7 | 59 | 43 |
| Octal | 140 | 357 | 366 | 75 | 3 | 0 | 4 | 267 | 131 | 103 |
| Binary | 1100000 | 11101111 | 11110110 | 111101 | 11 | 0 | 100 | 10110111 | 1011001 | 1000011 |
Color Harmonies of #60EFF6
Complementary color
Monochromatic Colors of #60EFF6
Black with #60EFF6
Text Example
Text Example
White with #60EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFF6; }
p { color: rgb(96,239,246); }
H1.HeaderClassName
{
color: #60EFF6;
}
.AnyTagClassName
{
color: #60EFF6;
}
</style>
background-color css
<style>
a { background-color: #60EFF6; }
a { background-color: rgb(96,239,246); }
div.DivClassName
{
background-color: #60EFF6;
}
.BgClassName
{
background-color: #60EFF6;
}
</style>
border-color css
<style>
span { border-color: #60EFF6; }
span { border-color: rgb(96,239,246); }
td.TdClassName
{
border-color: #60EFF6;
}
.TagClassName
{
border-color: #60EFF6;
}
</style>