Shades of Baby Blue #74FAF0
Tints of Baby Blue #74FAF0
RGB
CMYK
RGB Variations
Color information
#74FAF0 (or 0x74FAF0) is known color: Baby Blue. HEX triplet: 74, FA and F0. RGB value is (116,250,240). Sum of RGB (Red+Green+Blue) = 116+250+240=606 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.14% from 606); Green value is 250 (98.05% from 255 or 41.25% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FAF0 is #8B050F. Grayscale: #D0D0D0. Windows color (decimal): -9110800 or 15792756. OLE color: 15792756.
HSL color Cylindrical-coordinate representation of color #74FAF0: hue angle of 175.52º degrees, saturation: 0.93, 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 #74FAF0 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 240 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.02 |
| HSL | 175.52º | 0.93% | 0.72% | - |
| HSV(B) | 175.52º | 0.54% | 0.98% | - |
| XYZ | 57.12 | 78.38 | 94.56 | - |
| YUV | 208.79 | 145.61 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 240 | 0.54 | 0 | 0.04 | 0.02 | 175.52 | 0.93 | 0.72 |
| Hex | 74 | FA | F0 | 36 | 0 | 4 | 2 | B0 | 5D | 48 |
| Octal | 164 | 372 | 360 | 66 | 0 | 4 | 2 | 260 | 135 | 110 |
| Binary | 1110100 | 11111010 | 11110000 | 110110 | 0 | 100 | 10 | 10110000 | 1011101 | 1001000 |
Color Harmonies of #74FAF0
Complementary color
Monochromatic Colors of #74FAF0
Black with #74FAF0
Text Example
Text Example
White with #74FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FAF0; }
p { color: rgb(116,250,240); }
H1.HeaderClassName
{
color: #74FAF0;
}
.AnyTagClassName
{
color: #74FAF0;
}
</style>
background-color css
<style>
a { background-color: #74FAF0; }
a { background-color: rgb(116,250,240); }
div.DivClassName
{
background-color: #74FAF0;
}
.BgClassName
{
background-color: #74FAF0;
}
</style>
border-color css
<style>
span { border-color: #74FAF0; }
span { border-color: rgb(116,250,240); }
td.TdClassName
{
border-color: #74FAF0;
}
.TagClassName
{
border-color: #74FAF0;
}
</style>