Shades of Baby Blue #74FAEC
Tints of Baby Blue #74FAEC
RGB
CMYK
RGB Variations
Color information
#74FAEC (or 0x74FAEC) is known color: Baby Blue. HEX triplet: 74, FA and EC. RGB value is (116,250,236). Sum of RGB (Red+Green+Blue) = 116+250+236=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FAEC is #8B0513. Grayscale: #D0D0D0. Windows color (decimal): -9110804 or 15530612. OLE color: 15530612.
HSL color Cylindrical-coordinate representation of color #74FAEC: hue angle of 173.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FAEC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 236 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.02 |
| HSL | 173.73º | 0.93% | 0.72% | - |
| HSV(B) | 173.73º | 0.54% | 0.98% | - |
| XYZ | 56.53 | 78.14 | 91.46 | - |
| YUV | 208.34 | 143.61 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 236 | 0.54 | 0 | 0.06 | 0.02 | 173.73 | 0.93 | 0.72 |
| Hex | 74 | FA | EC | 36 | 0 | 6 | 2 | AE | 5D | 48 |
| Octal | 164 | 372 | 354 | 66 | 0 | 6 | 2 | 256 | 135 | 110 |
| Binary | 1110100 | 11111010 | 11101100 | 110110 | 0 | 110 | 10 | 10101110 | 1011101 | 1001000 |
Color Harmonies of #74FAEC
Complementary color
Monochromatic Colors of #74FAEC
Black with #74FAEC
Text Example
Text Example
White with #74FAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FAEC; }
p { color: rgb(116,250,236); }
H1.HeaderClassName
{
color: #74FAEC;
}
.AnyTagClassName
{
color: #74FAEC;
}
</style>
background-color css
<style>
a { background-color: #74FAEC; }
a { background-color: rgb(116,250,236); }
div.DivClassName
{
background-color: #74FAEC;
}
.BgClassName
{
background-color: #74FAEC;
}
</style>
border-color css
<style>
span { border-color: #74FAEC; }
span { border-color: rgb(116,250,236); }
td.TdClassName
{
border-color: #74FAEC;
}
.TagClassName
{
border-color: #74FAEC;
}
</style>