Shades of Baby Blue #74FDF1
Tints of Baby Blue #74FDF1
RGB
CMYK
RGB Variations
Color information
#74FDF1 (or 0x74FDF1) is known color: Baby Blue. HEX triplet: 74, FD and F1. RGB value is (116,253,241). Sum of RGB (Red+Green+Blue) = 116+253+241=610 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.02% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #74FDF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FDF1 is #8B020E. Grayscale: #D2D2D2. Windows color (decimal): -9110031 or 15859060. OLE color: 15859060.
HSL color Cylindrical-coordinate representation of color #74FDF1: hue angle of 174.74º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FDF1 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 253 | 241 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.01 |
| HSL | 174.74º | 0.97% | 0.72% | - |
| HSV(B) | 174.74º | 0.54% | 0.99% | - |
| XYZ | 58.2 | 80.31 | 95.65 | - |
| YUV | 210.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 253 | 241 | 0.54 | 0 | 0.05 | 0.01 | 174.74 | 0.97 | 0.72 |
| Hex | 74 | FD | F1 | 36 | 0 | 5 | 1 | AF | 61 | 48 |
| Octal | 164 | 375 | 361 | 66 | 0 | 5 | 1 | 257 | 141 | 110 |
| Binary | 1110100 | 11111101 | 11110001 | 110110 | 0 | 101 | 1 | 10101111 | 1100001 | 1001000 |
Color Harmonies of #74FDF1
Complementary color
Monochromatic Colors of #74FDF1
Black with #74FDF1
Text Example
Text Example
White with #74FDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FDF1; }
p { color: rgb(116,253,241); }
H1.HeaderClassName
{
color: #74FDF1;
}
.AnyTagClassName
{
color: #74FDF1;
}
</style>
background-color css
<style>
a { background-color: #74FDF1; }
a { background-color: rgb(116,253,241); }
div.DivClassName
{
background-color: #74FDF1;
}
.BgClassName
{
background-color: #74FDF1;
}
</style>
border-color css
<style>
span { border-color: #74FDF1; }
span { border-color: rgb(116,253,241); }
td.TdClassName
{
border-color: #74FDF1;
}
.TagClassName
{
border-color: #74FDF1;
}
</style>