Shades of Baby Blue #74FFEB
Tints of Baby Blue #74FFEB
RGB
CMYK
RGB Variations
Color information
#74FFEB (or 0x74FFEB) is known color: Baby Blue. HEX triplet: 74, FF and EB. RGB value is (116,255,235). Sum of RGB (Red+Green+Blue) = 116+255+235=606 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.14% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 235 (92.19% from 255 or 38.78% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FFEB is #8B0014. Grayscale: #D3D3D3. Windows color (decimal): -9109525 or 15466356. OLE color: 15466356.
HSL color Cylindrical-coordinate representation of color #74FFEB: hue angle of 171.37º 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 #74FFEB is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 235 | - |
| CMYK | 0.55 | 0 | 0.08 | 0 |
| HSL | 171.37º | 1% | 0.73% | - |
| HSV(B) | 171.37º | 0.55% | 1% | - |
| XYZ | 57.96 | 81.23 | 91.22 | - |
| YUV | 211.16 | 141.45 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 235 | 0.55 | 0 | 0.08 | 0 | 171.37 | 1 | 0.73 |
| Hex | 74 | FF | EB | 37 | 0 | 8 | 0 | AB | 64 | 49 |
| Octal | 164 | 377 | 353 | 67 | 0 | 10 | 0 | 253 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11101011 | 110111 | 0 | 1000 | 0 | 10101011 | 1100100 | 1001001 |
Color Harmonies of #74FFEB
Complementary color
Monochromatic Colors of #74FFEB
Black with #74FFEB
Text Example
Text Example
White with #74FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFEB; }
p { color: rgb(116,255,235); }
H1.HeaderClassName
{
color: #74FFEB;
}
.AnyTagClassName
{
color: #74FFEB;
}
</style>
background-color css
<style>
a { background-color: #74FFEB; }
a { background-color: rgb(116,255,235); }
div.DivClassName
{
background-color: #74FFEB;
}
.BgClassName
{
background-color: #74FFEB;
}
</style>
border-color css
<style>
span { border-color: #74FFEB; }
span { border-color: rgb(116,255,235); }
td.TdClassName
{
border-color: #74FFEB;
}
.TagClassName
{
border-color: #74FFEB;
}
</style>