Shades of Baby Blue #60EFF3
Tints of Baby Blue #60EFF3
RGB
CMYK
RGB Variations
Color information
#60EFF3 (or 0x60EFF3) is known color: Baby Blue. HEX triplet: 60, EF and F3. RGB value is (96,239,243). Sum of RGB (Red+Green+Blue) = 96+239+243=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #60EFF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EFF3 is #9F100C. Grayscale: #C4C4C4. Windows color (decimal): -10424333 or 15986528. OLE color: 15986528.
HSL color Cylindrical-coordinate representation of color #60EFF3: hue angle of 181.63º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60EFF3 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 96 | 239 | 243 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.05 |
| HSL | 181.63º | 0.86% | 0.66% | - |
| HSV(B) | 181.63º | 0.6% | 0.95% | - |
| XYZ | 51.87 | 70.69 | 95.7 | - |
| YUV | 196.7 | 154.12 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 239 | 243 | 0.60 | 0.02 | 0 | 0.05 | 181.63 | 0.86 | 0.66 |
| Hex | 60 | EF | F3 | 3C | 2 | 0 | 5 | B6 | 56 | 42 |
| Octal | 140 | 357 | 363 | 74 | 2 | 0 | 5 | 266 | 126 | 102 |
| Binary | 1100000 | 11101111 | 11110011 | 111100 | 10 | 0 | 101 | 10110110 | 1010110 | 1000010 |
Color Harmonies of #60EFF3
Complementary color
Monochromatic Colors of #60EFF3
Black with #60EFF3
Text Example
Text Example
White with #60EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EFF3; }
p { color: rgb(96,239,243); }
H1.HeaderClassName
{
color: #60EFF3;
}
.AnyTagClassName
{
color: #60EFF3;
}
</style>
background-color css
<style>
a { background-color: #60EFF3; }
a { background-color: rgb(96,239,243); }
div.DivClassName
{
background-color: #60EFF3;
}
.BgClassName
{
background-color: #60EFF3;
}
</style>
border-color css
<style>
span { border-color: #60EFF3; }
span { border-color: rgb(96,239,243); }
td.TdClassName
{
border-color: #60EFF3;
}
.TagClassName
{
border-color: #60EFF3;
}
</style>