Shades of Baby Blue #74FEE8
Tints of Baby Blue #74FEE8
RGB
CMYK
RGB Variations
Color information
#74FEE8 (or 0x74FEE8) is known color: Baby Blue. HEX triplet: 74, FE and E8. RGB value is (116,254,232). Sum of RGB (Red+Green+Blue) = 116+254+232=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEE8 is #8B0117. Grayscale: #D2D2D2. Windows color (decimal): -9109784 or 15269492. OLE color: 15269492.
HSL color Cylindrical-coordinate representation of color #74FEE8: hue angle of 170.43º 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 #74FEE8 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 232 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.00 |
| HSL | 170.43º | 0.99% | 0.73% | - |
| HSV(B) | 170.43º | 0.54% | 1% | - |
| XYZ | 57.21 | 80.42 | 88.85 | - |
| YUV | 210.23 | 140.28 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 232 | 0.54 | 0 | 0.09 | 0.00 | 170.43 | 0.99 | 0.73 |
| Hex | 74 | FE | E8 | 36 | 0 | 9 | 0 | AA | 63 | 49 |
| Octal | 164 | 376 | 350 | 66 | 0 | 11 | 0 | 252 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11101000 | 110110 | 0 | 1001 | 0 | 10101010 | 1100011 | 1001001 |
Color Harmonies of #74FEE8
Complementary color
Monochromatic Colors of #74FEE8
Black with #74FEE8
Text Example
Text Example
White with #74FEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEE8; }
p { color: rgb(116,254,232); }
H1.HeaderClassName
{
color: #74FEE8;
}
.AnyTagClassName
{
color: #74FEE8;
}
</style>
background-color css
<style>
a { background-color: #74FEE8; }
a { background-color: rgb(116,254,232); }
div.DivClassName
{
background-color: #74FEE8;
}
.BgClassName
{
background-color: #74FEE8;
}
</style>
border-color css
<style>
span { border-color: #74FEE8; }
span { border-color: rgb(116,254,232); }
td.TdClassName
{
border-color: #74FEE8;
}
.TagClassName
{
border-color: #74FEE8;
}
</style>