Shades of Baby Blue #74FEEA
Tints of Baby Blue #74FEEA
RGB
CMYK
RGB Variations
Color information
#74FEEA (or 0x74FEEA) is known color: Baby Blue. HEX triplet: 74, FE and EA. RGB value is (116,254,234). Sum of RGB (Red+Green+Blue) = 116+254+234=604 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.21% from 604); Green value is 254 (99.61% from 255 or 42.05% from 604); Blue value is 234 (91.80% from 255 or 38.74% from 604); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEEA is #8B0115. Grayscale: #D2D2D2. Windows color (decimal): -9109782 or 15400564. OLE color: 15400564.
HSL color Cylindrical-coordinate representation of color #74FEEA: hue angle of 171.3º 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 #74FEEA is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 234 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.00 |
| HSL | 171.3º | 0.99% | 0.73% | - |
| HSV(B) | 171.3º | 0.54% | 1% | - |
| XYZ | 57.5 | 80.54 | 90.36 | - |
| YUV | 210.46 | 141.28 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 234 | 0.54 | 0 | 0.08 | 0.00 | 171.3 | 0.99 | 0.73 |
| Hex | 74 | FE | EA | 36 | 0 | 8 | 0 | AB | 63 | 49 |
| Octal | 164 | 376 | 352 | 66 | 0 | 10 | 0 | 253 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11101010 | 110110 | 0 | 1000 | 0 | 10101011 | 1100011 | 1001001 |
Color Harmonies of #74FEEA
Complementary color
Monochromatic Colors of #74FEEA
Black with #74FEEA
Text Example
Text Example
White with #74FEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEEA; }
p { color: rgb(116,254,234); }
H1.HeaderClassName
{
color: #74FEEA;
}
.AnyTagClassName
{
color: #74FEEA;
}
</style>
background-color css
<style>
a { background-color: #74FEEA; }
a { background-color: rgb(116,254,234); }
div.DivClassName
{
background-color: #74FEEA;
}
.BgClassName
{
background-color: #74FEEA;
}
</style>
border-color css
<style>
span { border-color: #74FEEA; }
span { border-color: rgb(116,254,234); }
td.TdClassName
{
border-color: #74FEEA;
}
.TagClassName
{
border-color: #74FEEA;
}
</style>