Shades of Fountain Blue #62AFB5
Tints of Fountain Blue #62AFB5
RGB
CMYK
RGB Variations
Color information
#62AFB5 (or 0x62AFB5) is known color: Fountain Blue. HEX triplet: 62, AF and B5. RGB value is (98,175,181). Sum of RGB (Red+Green+Blue) = 98+175+181=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 181 - color contains mainly: blue. Hex color #62AFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFB5 is #9D504A. Grayscale: #989898. Windows color (decimal): -10309707 or 11906914. OLE color: 11906914.
HSL color Cylindrical-coordinate representation of color #62AFB5: hue angle of 184.34º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #62AFB5 is Cyan = 0.46, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 98 | 175 | 181 | - |
CMYK | 0.46 | 0.03 | 0 | 0.29 |
HSL | 184.34º | 0.36% | 0.55% | - |
HSV(B) | 184.34º | 0.46% | 0.71% | - |
XYZ | 28.71 | 36.59 | 49.27 | - |
YUV | 152.66 | 143.99 | 89.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 98 | 175 | 181 | 0.46 | 0.03 | 0 | 0.29 | 184.34 | 0.36 | 0.55 |
Hex | 62 | AF | B5 | 2E | 3 | 0 | 1D | B8 | 24 | 37 |
Octal | 142 | 257 | 265 | 56 | 3 | 0 | 35 | 270 | 44 | 67 |
Binary | 1100010 | 10101111 | 10110101 | 101110 | 11 | 0 | 11101 | 10111000 | 100100 | 110111 |
Color Harmonies of #62AFB5
Complementary color
Monochromatic Colors of #62AFB5
Black with #62AFB5
Text Example
Text Example
White with #62AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AFB5; }
p { color: rgb(98,175,181); }
H1.HeaderClassName
{
color: #62AFB5;
}
.AnyTagClassName
{
color: #62AFB5;
}
</style>
background-color css
<style>
a { background-color: #62AFB5; }
a { background-color: rgb(98,175,181); }
div.DivClassName
{
background-color: #62AFB5;
}
.BgClassName
{
background-color: #62AFB5;
}
</style>
border-color css
<style>
span { border-color: #62AFB5; }
span { border-color: rgb(98,175,181); }
td.TdClassName
{
border-color: #62AFB5;
}
.TagClassName
{
border-color: #62AFB5;
}
</style>