Shades of Baby Blue #74FCF0
Tints of Baby Blue #74FCF0
RGB
CMYK
RGB Variations
Color information
#74FCF0 (or 0x74FCF0) is known color: Baby Blue. HEX triplet: 74, FC and F0. RGB value is (116,252,240). Sum of RGB (Red+Green+Blue) = 116+252+240=608 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.08% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 240 (94.14% from 255 or 39.47% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FCF0 is #8B030F. Grayscale: #D1D1D1. Windows color (decimal): -9110288 or 15793268. OLE color: 15793268.
HSL color Cylindrical-coordinate representation of color #74FCF0: hue angle of 174.71º degrees, saturation: 0.96, 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 #74FCF0 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 240 | - |
| CMYK | 0.54 | 0 | 0.05 | 0.01 |
| HSL | 174.71º | 0.96% | 0.72% | - |
| HSV(B) | 174.71º | 0.54% | 0.99% | - |
| XYZ | 57.74 | 79.63 | 94.76 | - |
| YUV | 209.97 | 144.94 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 240 | 0.54 | 0 | 0.05 | 0.01 | 174.71 | 0.96 | 0.72 |
| Hex | 74 | FC | F0 | 36 | 0 | 5 | 1 | AF | 60 | 48 |
| Octal | 164 | 374 | 360 | 66 | 0 | 5 | 1 | 257 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11110000 | 110110 | 0 | 101 | 1 | 10101111 | 1100000 | 1001000 |
Color Harmonies of #74FCF0
Complementary color
Monochromatic Colors of #74FCF0
Black with #74FCF0
Text Example
Text Example
White with #74FCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCF0; }
p { color: rgb(116,252,240); }
H1.HeaderClassName
{
color: #74FCF0;
}
.AnyTagClassName
{
color: #74FCF0;
}
</style>
background-color css
<style>
a { background-color: #74FCF0; }
a { background-color: rgb(116,252,240); }
div.DivClassName
{
background-color: #74FCF0;
}
.BgClassName
{
background-color: #74FCF0;
}
</style>
border-color css
<style>
span { border-color: #74FCF0; }
span { border-color: rgb(116,252,240); }
td.TdClassName
{
border-color: #74FCF0;
}
.TagClassName
{
border-color: #74FCF0;
}
</style>