Shades of Baby Blue #74F9ED
Tints of Baby Blue #74F9ED
RGB
CMYK
RGB Variations
Color information
#74F9ED (or 0x74F9ED) is known color: Baby Blue. HEX triplet: 74, F9 and ED. RGB value is (116,249,237). Sum of RGB (Red+Green+Blue) = 116+249+237=602 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.27% from 602); Green value is 249 (97.66% from 255 or 41.36% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 249 - color contains mainly: green. Hex color #74F9ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F9ED is #8B0612. Grayscale: #CFCFCF. Windows color (decimal): -9111059 or 15595892. OLE color: 15595892.
HSL color Cylindrical-coordinate representation of color #74F9ED: hue angle of 174.59º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F9ED is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 237 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.02 |
| HSL | 174.59º | 0.92% | 0.72% | - |
| HSV(B) | 174.59º | 0.53% | 0.98% | - |
| XYZ | 56.36 | 77.58 | 92.12 | - |
| YUV | 207.87 | 144.44 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 237 | 0.53 | 0 | 0.05 | 0.02 | 174.59 | 0.92 | 0.72 |
| Hex | 74 | F9 | ED | 35 | 0 | 5 | 2 | AF | 5C | 48 |
| Octal | 164 | 371 | 355 | 65 | 0 | 5 | 2 | 257 | 134 | 110 |
| Binary | 1110100 | 11111001 | 11101101 | 110101 | 0 | 101 | 10 | 10101111 | 1011100 | 1001000 |
Color Harmonies of #74F9ED
Complementary color
Monochromatic Colors of #74F9ED
Black with #74F9ED
Text Example
Text Example
White with #74F9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F9ED; }
p { color: rgb(116,249,237); }
H1.HeaderClassName
{
color: #74F9ED;
}
.AnyTagClassName
{
color: #74F9ED;
}
</style>
background-color css
<style>
a { background-color: #74F9ED; }
a { background-color: rgb(116,249,237); }
div.DivClassName
{
background-color: #74F9ED;
}
.BgClassName
{
background-color: #74F9ED;
}
</style>
border-color css
<style>
span { border-color: #74F9ED; }
span { border-color: rgb(116,249,237); }
td.TdClassName
{
border-color: #74F9ED;
}
.TagClassName
{
border-color: #74F9ED;
}
</style>