Shades of Baby Blue #74FEF3
Tints of Baby Blue #74FEF3
RGB
CMYK
RGB Variations
Color information
#74FEF3 (or 0x74FEF3) is known color: Baby Blue. HEX triplet: 74, FE and F3. RGB value is (116,254,243). Sum of RGB (Red+Green+Blue) = 116+254+243=613 (81% of max value = 765). Red value is 116 (45.70% from 255 or 18.92% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 243 (95.31% from 255 or 39.64% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEF3 is #8B010C. Grayscale: #D3D3D3. Windows color (decimal): -9109773 or 15990388. OLE color: 15990388.
HSL color Cylindrical-coordinate representation of color #74FEF3: hue angle of 175.22º 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 #74FEF3 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 243 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.00 |
| HSL | 175.22º | 0.99% | 0.73% | - |
| HSV(B) | 175.22º | 0.54% | 1% | - |
| XYZ | 58.82 | 81.07 | 97.34 | - |
| YUV | 211.48 | 145.78 | 59.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 243 | 0.54 | 0 | 0.04 | 0.00 | 175.22 | 0.99 | 0.73 |
| Hex | 74 | FE | F3 | 36 | 0 | 4 | 0 | AF | 63 | 49 |
| Octal | 164 | 376 | 363 | 66 | 0 | 4 | 0 | 257 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11110011 | 110110 | 0 | 100 | 0 | 10101111 | 1100011 | 1001001 |
Color Harmonies of #74FEF3
Complementary color
Monochromatic Colors of #74FEF3
Black with #74FEF3
Text Example
Text Example
White with #74FEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEF3; }
p { color: rgb(116,254,243); }
H1.HeaderClassName
{
color: #74FEF3;
}
.AnyTagClassName
{
color: #74FEF3;
}
</style>
background-color css
<style>
a { background-color: #74FEF3; }
a { background-color: rgb(116,254,243); }
div.DivClassName
{
background-color: #74FEF3;
}
.BgClassName
{
background-color: #74FEF3;
}
</style>
border-color css
<style>
span { border-color: #74FEF3; }
span { border-color: rgb(116,254,243); }
td.TdClassName
{
border-color: #74FEF3;
}
.TagClassName
{
border-color: #74FEF3;
}
</style>