Shades of Fountain Blue #62ACC2
Tints of Fountain Blue #62ACC2
RGB
CMYK
RGB Variations
Color information
#62ACC2 (or 0x62ACC2) is known color: Fountain Blue. HEX triplet: 62, AC and C2. RGB value is (98,172,194). Sum of RGB (Red+Green+Blue) = 98+172+194=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #62ACC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ACC2 is #9D533D. Grayscale: #989898. Windows color (decimal): -10310462 or 12758114. OLE color: 12758114.
HSL color Cylindrical-coordinate representation of color #62ACC2: hue angle of 193.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #62ACC2 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 172 | 194 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.24 |
| HSL | 193.75º | 0.44% | 0.57% | - |
| HSV(B) | 193.75º | 0.49% | 0.76% | - |
| XYZ | 29.53 | 36 | 56.43 | - |
| YUV | 152.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 172 | 194 | 0.49 | 0.11 | 0 | 0.24 | 193.75 | 0.44 | 0.57 |
| Hex | 62 | AC | C2 | 31 | B | 0 | 18 | C2 | 2C | 39 |
| Octal | 142 | 254 | 302 | 61 | 13 | 0 | 30 | 302 | 54 | 71 |
| Binary | 1100010 | 10101100 | 11000010 | 110001 | 1011 | 0 | 11000 | 11000010 | 101100 | 111001 |
Color Harmonies of #62ACC2
Complementary color
Monochromatic Colors of #62ACC2
Black with #62ACC2
Text Example
Text Example
White with #62ACC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ACC2; }
p { color: rgb(98,172,194); }
H1.HeaderClassName
{
color: #62ACC2;
}
.AnyTagClassName
{
color: #62ACC2;
}
</style>
background-color css
<style>
a { background-color: #62ACC2; }
a { background-color: rgb(98,172,194); }
div.DivClassName
{
background-color: #62ACC2;
}
.BgClassName
{
background-color: #62ACC2;
}
</style>
border-color css
<style>
span { border-color: #62ACC2; }
span { border-color: rgb(98,172,194); }
td.TdClassName
{
border-color: #62ACC2;
}
.TagClassName
{
border-color: #62ACC2;
}
</style>