Shades of Baby Blue #74FEED
Tints of Baby Blue #74FEED
RGB
CMYK
RGB Variations
Color information
#74FEED (or 0x74FEED) is known color: Baby Blue. HEX triplet: 74, FE and ED. RGB value is (116,254,237). Sum of RGB (Red+Green+Blue) = 116+254+237=607 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.11% from 607); Green value is 254 (99.61% from 255 or 41.85% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FEED is #8B0112. Grayscale: #D2D2D2. Windows color (decimal): -9109779 or 15597172. OLE color: 15597172.
HSL color Cylindrical-coordinate representation of color #74FEED: hue angle of 172.61º 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 #74FEED is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 237 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.00 |
| HSL | 172.61º | 0.99% | 0.73% | - |
| HSV(B) | 172.61º | 0.54% | 1% | - |
| XYZ | 57.93 | 80.71 | 92.65 | - |
| YUV | 210.8 | 142.78 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 237 | 0.54 | 0 | 0.07 | 0.00 | 172.61 | 0.99 | 0.73 |
| Hex | 74 | FE | ED | 36 | 0 | 7 | 0 | AD | 63 | 49 |
| Octal | 164 | 376 | 355 | 66 | 0 | 7 | 0 | 255 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11101101 | 110110 | 0 | 111 | 0 | 10101101 | 1100011 | 1001001 |
Color Harmonies of #74FEED
Complementary color
Monochromatic Colors of #74FEED
Black with #74FEED
Text Example
Text Example
White with #74FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEED; }
p { color: rgb(116,254,237); }
H1.HeaderClassName
{
color: #74FEED;
}
.AnyTagClassName
{
color: #74FEED;
}
</style>
background-color css
<style>
a { background-color: #74FEED; }
a { background-color: rgb(116,254,237); }
div.DivClassName
{
background-color: #74FEED;
}
.BgClassName
{
background-color: #74FEED;
}
</style>
border-color css
<style>
span { border-color: #74FEED; }
span { border-color: rgb(116,254,237); }
td.TdClassName
{
border-color: #74FEED;
}
.TagClassName
{
border-color: #74FEED;
}
</style>