Shades of Baby Blue #74FFE9
Tints of Baby Blue #74FFE9
RGB
CMYK
RGB Variations
Color information
#74FFE9 (or 0x74FFE9) is known color: Baby Blue. HEX triplet: 74, FF and E9. RGB value is (116,255,233). Sum of RGB (Red+Green+Blue) = 116+255+233=604 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.21% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFE9 is #8B0016. Grayscale: #D2D2D2. Windows color (decimal): -9109527 or 15335284. OLE color: 15335284.
HSL color Cylindrical-coordinate representation of color #74FFE9: hue angle of 170.5º 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 #74FFE9 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 233 | - |
| CMYK | 0.55 | 0 | 0.09 | 0 |
| HSL | 170.5º | 1% | 0.73% | - |
| HSV(B) | 170.5º | 0.55% | 1% | - |
| XYZ | 57.67 | 81.12 | 89.71 | - |
| YUV | 210.93 | 140.45 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 233 | 0.55 | 0 | 0.09 | 0 | 170.5 | 1 | 0.73 |
| Hex | 74 | FF | E9 | 37 | 0 | 9 | 0 | AB | 64 | 49 |
| Octal | 164 | 377 | 351 | 67 | 0 | 11 | 0 | 253 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11101001 | 110111 | 0 | 1001 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #74FFE9
Complementary color
Monochromatic Colors of #74FFE9
Black with #74FFE9
Text Example
Text Example
White with #74FFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFE9; }
p { color: rgb(116,255,233); }
H1.HeaderClassName
{
color: #74FFE9;
}
.AnyTagClassName
{
color: #74FFE9;
}
</style>
background-color css
<style>
a { background-color: #74FFE9; }
a { background-color: rgb(116,255,233); }
div.DivClassName
{
background-color: #74FFE9;
}
.BgClassName
{
background-color: #74FFE9;
}
</style>
border-color css
<style>
span { border-color: #74FFE9; }
span { border-color: rgb(116,255,233); }
td.TdClassName
{
border-color: #74FFE9;
}
.TagClassName
{
border-color: #74FFE9;
}
</style>