Shades of Baby Blue #74FBF2
Tints of Baby Blue #74FBF2
RGB
CMYK
RGB Variations
Color information
#74FBF2 (or 0x74FBF2) is known color: Baby Blue. HEX triplet: 74, FB and F2. RGB value is (116,251,242). Sum of RGB (Red+Green+Blue) = 116+251+242=609 (80% of max value = 765). Red value is 116 (45.70% from 255 or 19.05% from 609); Green value is 251 (98.44% from 255 or 41.22% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74FBF2 is #8B040D. Grayscale: #D1D1D1. Windows color (decimal): -9110542 or 15924084. OLE color: 15924084.
HSL color Cylindrical-coordinate representation of color #74FBF2: hue angle of 176º degrees, saturation: 0.94, 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 #74FBF2 is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 242 | - |
| CMYK | 0.54 | 0 | 0.04 | 0.02 |
| HSL | 176º | 0.94% | 0.72% | - |
| HSV(B) | 176º | 0.54% | 0.98% | - |
| XYZ | 57.73 | 79.12 | 96.23 | - |
| YUV | 209.61 | 146.27 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 242 | 0.54 | 0 | 0.04 | 0.02 | 176 | 0.94 | 0.72 |
| Hex | 74 | FB | F2 | 36 | 0 | 4 | 2 | B0 | 5E | 48 |
| Octal | 164 | 373 | 362 | 66 | 0 | 4 | 2 | 260 | 136 | 110 |
| Binary | 1110100 | 11111011 | 11110010 | 110110 | 0 | 100 | 10 | 10110000 | 1011110 | 1001000 |
Color Harmonies of #74FBF2
Complementary color
Monochromatic Colors of #74FBF2
Black with #74FBF2
Text Example
Text Example
White with #74FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FBF2; }
p { color: rgb(116,251,242); }
H1.HeaderClassName
{
color: #74FBF2;
}
.AnyTagClassName
{
color: #74FBF2;
}
</style>
background-color css
<style>
a { background-color: #74FBF2; }
a { background-color: rgb(116,251,242); }
div.DivClassName
{
background-color: #74FBF2;
}
.BgClassName
{
background-color: #74FBF2;
}
</style>
border-color css
<style>
span { border-color: #74FBF2; }
span { border-color: rgb(116,251,242); }
td.TdClassName
{
border-color: #74FBF2;
}
.TagClassName
{
border-color: #74FBF2;
}
</style>