Shades of Baby Blue #74FFEA
Tints of Baby Blue #74FFEA
RGB
CMYK
RGB Variations
Color information
#74FFEA (or 0x74FFEA) is known color: Baby Blue. HEX triplet: 74, FF and EA. RGB value is (116,255,234). Sum of RGB (Red+Green+Blue) = 116+255+234=605 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.17% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFEA is #8B0015. Grayscale: #D2D2D2. Windows color (decimal): -9109526 or 15400820. OLE color: 15400820.
HSL color Cylindrical-coordinate representation of color #74FFEA: hue angle of 170.94º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFEA is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 234 | - |
| CMYK | 0.55 | 0 | 0.08 | 0 |
| HSL | 170.94º | 1% | 0.73% | - |
| HSV(B) | 170.94º | 0.55% | 1% | - |
| XYZ | 57.81 | 81.17 | 90.46 | - |
| YUV | 211.05 | 140.95 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 234 | 0.55 | 0 | 0.08 | 0 | 170.94 | 1 | 0.73 |
| Hex | 74 | FF | EA | 37 | 0 | 8 | 0 | AB | 64 | 49 |
| Octal | 164 | 377 | 352 | 67 | 0 | 10 | 0 | 253 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11101010 | 110111 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #74FFEA
Complementary color
Monochromatic Colors of #74FFEA
Black with #74FFEA
Text Example
Text Example
White with #74FFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFEA; }
p { color: rgb(116,255,234); }
H1.HeaderClassName
{
color: #74FFEA;
}
.AnyTagClassName
{
color: #74FFEA;
}
</style>
background-color css
<style>
a { background-color: #74FFEA; }
a { background-color: rgb(116,255,234); }
div.DivClassName
{
background-color: #74FFEA;
}
.BgClassName
{
background-color: #74FFEA;
}
</style>
border-color css
<style>
span { border-color: #74FFEA; }
span { border-color: rgb(116,255,234); }
td.TdClassName
{
border-color: #74FFEA;
}
.TagClassName
{
border-color: #74FFEA;
}
</style>