Shades of Baby Blue #74FEE9
Tints of Baby Blue #74FEE9
RGB
CMYK
RGB Variations
Color information
#74FEE9 (or 0x74FEE9) is known color: Baby Blue. HEX triplet: 74, FE and E9. RGB value is (116,254,233). Sum of RGB (Red+Green+Blue) = 116+254+233=603 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.24% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 233 (91.41% from 255 or 38.64% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEE9 is #8B0116. Grayscale: #D2D2D2. Windows color (decimal): -9109783 or 15335028. OLE color: 15335028.
HSL color Cylindrical-coordinate representation of color #74FEE9: hue angle of 170.87º 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 #74FEE9 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 233 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.00 |
| HSL | 170.87º | 0.99% | 0.73% | - |
| HSV(B) | 170.87º | 0.54% | 1% | - |
| XYZ | 57.35 | 80.48 | 89.6 | - |
| YUV | 210.34 | 140.78 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 233 | 0.54 | 0 | 0.08 | 0.00 | 170.87 | 0.99 | 0.73 |
| Hex | 74 | FE | E9 | 36 | 0 | 8 | 0 | AB | 63 | 49 |
| Octal | 164 | 376 | 351 | 66 | 0 | 10 | 0 | 253 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11101001 | 110110 | 0 | 1000 | 0 | 10101011 | 1100011 | 1001001 |
Color Harmonies of #74FEE9
Complementary color
Monochromatic Colors of #74FEE9
Black with #74FEE9
Text Example
Text Example
White with #74FEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEE9; }
p { color: rgb(116,254,233); }
H1.HeaderClassName
{
color: #74FEE9;
}
.AnyTagClassName
{
color: #74FEE9;
}
</style>
background-color css
<style>
a { background-color: #74FEE9; }
a { background-color: rgb(116,254,233); }
div.DivClassName
{
background-color: #74FEE9;
}
.BgClassName
{
background-color: #74FEE9;
}
</style>
border-color css
<style>
span { border-color: #74FEE9; }
span { border-color: rgb(116,254,233); }
td.TdClassName
{
border-color: #74FEE9;
}
.TagClassName
{
border-color: #74FEE9;
}
</style>