Shades of Baby Blue #60EEF4
Tints of Baby Blue #60EEF4
RGB
CMYK
RGB Variations
Color information
#60EEF4 (or 0x60EEF4) is known color: Baby Blue. HEX triplet: 60, EE and F4. RGB value is (96,238,244). Sum of RGB (Red+Green+Blue) = 96+238+244=578 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.61% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 244 (95.70% from 255 or 42.21% from 578); Max value from RGB is 244 - color contains mainly: blue. Hex color #60EEF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60EEF4 is #9F110B. Grayscale: #C4C4C4. Windows color (decimal): -10424588 or 16051808. OLE color: 16051808.
HSL color Cylindrical-coordinate representation of color #60EEF4: hue angle of 182.43º degrees, saturation: 0.87, 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 #60EEF4 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 96 | 238 | 244 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.04 |
| HSL | 182.43º | 0.87% | 0.67% | - |
| HSV(B) | 182.43º | 0.61% | 0.96% | - |
| XYZ | 51.73 | 70.17 | 96.41 | - |
| YUV | 196.23 | 154.96 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 238 | 244 | 0.61 | 0.02 | 0 | 0.04 | 182.43 | 0.87 | 0.67 |
| Hex | 60 | EE | F4 | 3D | 2 | 0 | 4 | B6 | 57 | 43 |
| Octal | 140 | 356 | 364 | 75 | 2 | 0 | 4 | 266 | 127 | 103 |
| Binary | 1100000 | 11101110 | 11110100 | 111101 | 10 | 0 | 100 | 10110110 | 1010111 | 1000011 |
Color Harmonies of #60EEF4
Complementary color
Monochromatic Colors of #60EEF4
Black with #60EEF4
Text Example
Text Example
White with #60EEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60EEF4; }
p { color: rgb(96,238,244); }
H1.HeaderClassName
{
color: #60EEF4;
}
.AnyTagClassName
{
color: #60EEF4;
}
</style>
background-color css
<style>
a { background-color: #60EEF4; }
a { background-color: rgb(96,238,244); }
div.DivClassName
{
background-color: #60EEF4;
}
.BgClassName
{
background-color: #60EEF4;
}
</style>
border-color css
<style>
span { border-color: #60EEF4; }
span { border-color: rgb(96,238,244); }
td.TdClassName
{
border-color: #60EEF4;
}
.TagClassName
{
border-color: #60EEF4;
}
</style>