Shades of Baby Blue #74FEEC
Tints of Baby Blue #74FEEC
RGB
CMYK
RGB Variations
Color information
#74FEEC (or 0x74FEEC) is known color: Baby Blue. HEX triplet: 74, FE and EC. RGB value is (116,254,236). Sum of RGB (Red+Green+Blue) = 116+254+236=606 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.14% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEEC is #8B0113. Grayscale: #D2D2D2. Windows color (decimal): -9109780 or 15531636. OLE color: 15531636.
HSL color Cylindrical-coordinate representation of color #74FEEC: hue angle of 172.17º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEEC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 236 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.00 |
| HSL | 172.17º | 0.99% | 0.73% | - |
| HSV(B) | 172.17º | 0.54% | 1% | - |
| XYZ | 57.78 | 80.65 | 91.88 | - |
| YUV | 210.69 | 142.28 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 236 | 0.54 | 0 | 0.07 | 0.00 | 172.17 | 0.99 | 0.73 |
| Hex | 74 | FE | EC | 36 | 0 | 7 | 0 | AC | 63 | 49 |
| Octal | 164 | 376 | 354 | 66 | 0 | 7 | 0 | 254 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11101100 | 110110 | 0 | 111 | 0 | 10101100 | 1100011 | 1001001 |
Color Harmonies of #74FEEC
Complementary color
Monochromatic Colors of #74FEEC
Black with #74FEEC
Text Example
Text Example
White with #74FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEEC; }
p { color: rgb(116,254,236); }
H1.HeaderClassName
{
color: #74FEEC;
}
.AnyTagClassName
{
color: #74FEEC;
}
</style>
background-color css
<style>
a { background-color: #74FEEC; }
a { background-color: rgb(116,254,236); }
div.DivClassName
{
background-color: #74FEEC;
}
.BgClassName
{
background-color: #74FEEC;
}
</style>
border-color css
<style>
span { border-color: #74FEEC; }
span { border-color: rgb(116,254,236); }
td.TdClassName
{
border-color: #74FEEC;
}
.TagClassName
{
border-color: #74FEEC;
}
</style>