Shades of Baby Blue #74FEEE
Tints of Baby Blue #74FEEE
RGB
CMYK
RGB Variations
Color information
#74FEEE (or 0x74FEEE) is known color: Baby Blue. HEX triplet: 74, FE and EE. RGB value is (116,254,238). Sum of RGB (Red+Green+Blue) = 116+254+238=608 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.08% from 608); Green value is 254 (99.61% from 255 or 41.78% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEEE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEEE is #8B0111. Grayscale: #D2D2D2. Windows color (decimal): -9109778 or 15662708. OLE color: 15662708.
HSL color Cylindrical-coordinate representation of color #74FEEE: hue angle of 173.04º 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 #74FEEE is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 238 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.00 |
| HSL | 173.04º | 0.99% | 0.73% | - |
| HSV(B) | 173.04º | 0.54% | 1% | - |
| XYZ | 58.08 | 80.77 | 93.42 | - |
| YUV | 210.91 | 143.28 | 60.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 238 | 0.54 | 0 | 0.06 | 0.00 | 173.04 | 0.99 | 0.73 |
| Hex | 74 | FE | EE | 36 | 0 | 6 | 0 | AD | 63 | 49 |
| Octal | 164 | 376 | 356 | 66 | 0 | 6 | 0 | 255 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11101110 | 110110 | 0 | 110 | 0 | 10101101 | 1100011 | 1001001 |
Color Harmonies of #74FEEE
Complementary color
Monochromatic Colors of #74FEEE
Black with #74FEEE
Text Example
Text Example
White with #74FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEEE; }
p { color: rgb(116,254,238); }
H1.HeaderClassName
{
color: #74FEEE;
}
.AnyTagClassName
{
color: #74FEEE;
}
</style>
background-color css
<style>
a { background-color: #74FEEE; }
a { background-color: rgb(116,254,238); }
div.DivClassName
{
background-color: #74FEEE;
}
.BgClassName
{
background-color: #74FEEE;
}
</style>
border-color css
<style>
span { border-color: #74FEEE; }
span { border-color: rgb(116,254,238); }
td.TdClassName
{
border-color: #74FEEE;
}
.TagClassName
{
border-color: #74FEEE;
}
</style>