Shades of Baby Blue #76FFF2
Tints of Baby Blue #76FFF2
RGB
CMYK
RGB Variations
Color information
#76FFF2 (or 0x76FFF2) is known color: Baby Blue. HEX triplet: 76, FF and F2. RGB value is (118,255,242). Sum of RGB (Red+Green+Blue) = 118+255+242=615 (81% of max value = 765). Red value is 118 (46.48% from 255 or 19.19% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #76FFF2 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #76FFF2 is #89000D. Grayscale: #D4D4D4. Windows color (decimal): -8978446 or 15925110. OLE color: 15925110.
HSL color Cylindrical-coordinate representation of color #76FFF2: hue angle of 174.31º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76FFF2 is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 255 | 242 | - |
| CMYK | 0.54 | 0 | 0.05 | 0 |
| HSL | 174.31º | 1% | 0.73% | - |
| HSV(B) | 174.31º | 0.54% | 1% | - |
| XYZ | 59.26 | 81.78 | 96.67 | - |
| YUV | 212.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 255 | 242 | 0.54 | 0 | 0.05 | 0 | 174.31 | 1 | 0.73 |
| Hex | 76 | FF | F2 | 36 | 0 | 5 | 0 | AE | 64 | 49 |
| Octal | 166 | 377 | 362 | 66 | 0 | 5 | 0 | 256 | 144 | 111 |
| Binary | 1110110 | 11111111 | 11110010 | 110110 | 0 | 101 | 0 | 10101110 | 1100100 | 1001001 |
Color Harmonies of #76FFF2
Complementary color
Monochromatic Colors of #76FFF2
Black with #76FFF2
Text Example
Text Example
White with #76FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FFF2; }
p { color: rgb(118,255,242); }
H1.HeaderClassName
{
color: #76FFF2;
}
.AnyTagClassName
{
color: #76FFF2;
}
</style>
background-color css
<style>
a { background-color: #76FFF2; }
a { background-color: rgb(118,255,242); }
div.DivClassName
{
background-color: #76FFF2;
}
.BgClassName
{
background-color: #76FFF2;
}
</style>
border-color css
<style>
span { border-color: #76FFF2; }
span { border-color: rgb(118,255,242); }
td.TdClassName
{
border-color: #76FFF2;
}
.TagClassName
{
border-color: #76FFF2;
}
</style>