Shades of Baby Blue #74FDEC
Tints of Baby Blue #74FDEC
RGB
CMYK
RGB Variations
Color information
#74FDEC (or 0x74FDEC) is known color: Baby Blue. HEX triplet: 74, FD and EC. RGB value is (116,253,236). Sum of RGB (Red+Green+Blue) = 116+253+236=605 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.17% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FDEC is #8B0213. Grayscale: #D2D2D2. Windows color (decimal): -9110036 or 15531380. OLE color: 15531380.
HSL color Cylindrical-coordinate representation of color #74FDEC: hue angle of 172.55º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FDEC is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 236 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.01 |
| HSL | 172.55º | 0.97% | 0.72% | - |
| HSV(B) | 172.55º | 0.54% | 0.99% | - |
| XYZ | 57.47 | 80.02 | 91.77 | - |
| YUV | 210.1 | 142.61 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 236 | 0.54 | 0 | 0.07 | 0.01 | 172.55 | 0.97 | 0.72 |
| Hex | 74 | FD | EC | 36 | 0 | 7 | 1 | AD | 61 | 48 |
| Octal | 164 | 375 | 354 | 66 | 0 | 7 | 1 | 255 | 141 | 110 |
| Binary | 1110100 | 11111101 | 11101100 | 110110 | 0 | 111 | 1 | 10101101 | 1100001 | 1001000 |
Color Harmonies of #74FDEC
Complementary color
Monochromatic Colors of #74FDEC
Black with #74FDEC
Text Example
Text Example
White with #74FDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FDEC; }
p { color: rgb(116,253,236); }
H1.HeaderClassName
{
color: #74FDEC;
}
.AnyTagClassName
{
color: #74FDEC;
}
</style>
background-color css
<style>
a { background-color: #74FDEC; }
a { background-color: rgb(116,253,236); }
div.DivClassName
{
background-color: #74FDEC;
}
.BgClassName
{
background-color: #74FDEC;
}
</style>
border-color css
<style>
span { border-color: #74FDEC; }
span { border-color: rgb(116,253,236); }
td.TdClassName
{
border-color: #74FDEC;
}
.TagClassName
{
border-color: #74FDEC;
}
</style>