Shades of Baby Blue #74FEF6
Tints of Baby Blue #74FEF6
RGB
CMYK
RGB Variations
Color information
#74FEF6 (or 0x74FEF6) is known color: Baby Blue. HEX triplet: 74, FE and F6. RGB value is (116,254,246). Sum of RGB (Red+Green+Blue) = 116+254+246=616 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.83% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEF6 is #8B0109. Grayscale: #D3D3D3. Windows color (decimal): -9109770 or 16186996. OLE color: 16186996.
HSL color Cylindrical-coordinate representation of color #74FEF6: hue angle of 176.52º 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 #74FEF6 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 246 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.00 |
| HSL | 176.52º | 0.99% | 0.73% | - |
| HSV(B) | 176.52º | 0.54% | 1% | - |
| XYZ | 59.28 | 81.25 | 99.75 | - |
| YUV | 211.83 | 147.28 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 246 | 0.54 | 0 | 0.03 | 0.00 | 176.52 | 0.99 | 0.73 |
| Hex | 74 | FE | F6 | 36 | 0 | 3 | 0 | B1 | 63 | 49 |
| Octal | 164 | 376 | 366 | 66 | 0 | 3 | 0 | 261 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11110110 | 110110 | 0 | 11 | 0 | 10110001 | 1100011 | 1001001 |
Color Harmonies of #74FEF6
Complementary color
Monochromatic Colors of #74FEF6
Black with #74FEF6
Text Example
Text Example
White with #74FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEF6; }
p { color: rgb(116,254,246); }
H1.HeaderClassName
{
color: #74FEF6;
}
.AnyTagClassName
{
color: #74FEF6;
}
</style>
background-color css
<style>
a { background-color: #74FEF6; }
a { background-color: rgb(116,254,246); }
div.DivClassName
{
background-color: #74FEF6;
}
.BgClassName
{
background-color: #74FEF6;
}
</style>
border-color css
<style>
span { border-color: #74FEF6; }
span { border-color: rgb(116,254,246); }
td.TdClassName
{
border-color: #74FEF6;
}
.TagClassName
{
border-color: #74FEF6;
}
</style>