Shades of Baby Blue #74FBEC
Tints of Baby Blue #74FBEC
RGB
CMYK
RGB Variations
Color information
#74FBEC (or 0x74FBEC) is known color: Baby Blue. HEX triplet: 74, FB and EC. RGB value is (116,251,236). Sum of RGB (Red+Green+Blue) = 116+251+236=603 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.24% from 603); Green value is 251 (98.44% from 255 or 41.63% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBEC is #8B0413. Grayscale: #D0D0D0. Windows color (decimal): -9110548 or 15530868. OLE color: 15530868.
HSL color Cylindrical-coordinate representation of color #74FBEC: hue angle of 173.33º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FBEC is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 236 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.02 |
| HSL | 173.33º | 0.94% | 0.72% | - |
| HSV(B) | 173.33º | 0.54% | 0.98% | - |
| XYZ | 56.84 | 78.76 | 91.56 | - |
| YUV | 208.93 | 143.27 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 236 | 0.54 | 0 | 0.06 | 0.02 | 173.33 | 0.94 | 0.72 |
| Hex | 74 | FB | EC | 36 | 0 | 6 | 2 | AD | 5E | 48 |
| Octal | 164 | 373 | 354 | 66 | 0 | 6 | 2 | 255 | 136 | 110 |
| Binary | 1110100 | 11111011 | 11101100 | 110110 | 0 | 110 | 10 | 10101101 | 1011110 | 1001000 |
Color Harmonies of #74FBEC
Complementary color
Monochromatic Colors of #74FBEC
Black with #74FBEC
Text Example
Text Example
White with #74FBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBEC; }
p { color: rgb(116,251,236); }
H1.HeaderClassName
{
color: #74FBEC;
}
.AnyTagClassName
{
color: #74FBEC;
}
</style>
background-color css
<style>
a { background-color: #74FBEC; }
a { background-color: rgb(116,251,236); }
div.DivClassName
{
background-color: #74FBEC;
}
.BgClassName
{
background-color: #74FBEC;
}
</style>
border-color css
<style>
span { border-color: #74FBEC; }
span { border-color: rgb(116,251,236); }
td.TdClassName
{
border-color: #74FBEC;
}
.TagClassName
{
border-color: #74FBEC;
}
</style>