Shades of Seagull #62BACE
Tints of Seagull #62BACE
RGB
CMYK
RGB Variations
Color information
#62BACE (or 0x62BACE) is known color: Seagull. HEX triplet: 62, BA and CE. RGB value is (98,186,206). Sum of RGB (Red+Green+Blue) = 98+186+206=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #62BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BACE is #9D4531. Grayscale: #A1A1A1. Windows color (decimal): -10306866 or 13548130. OLE color: 13548130.
HSL color Cylindrical-coordinate representation of color #62BACE: hue angle of 191.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62BACE is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 186 | 206 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.19 |
| HSL | 191.11º | 0.52% | 0.6% | - |
| HSV(B) | 191.11º | 0.52% | 0.81% | - |
| XYZ | 33.74 | 42.17 | 64.75 | - |
| YUV | 161.97 | 152.85 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 186 | 206 | 0.52 | 0.10 | 0 | 0.19 | 191.11 | 0.52 | 0.6 |
| Hex | 62 | BA | CE | 34 | A | 0 | 13 | BF | 34 | 3C |
| Octal | 142 | 272 | 316 | 64 | 12 | 0 | 23 | 277 | 64 | 74 |
| Binary | 1100010 | 10111010 | 11001110 | 110100 | 1010 | 0 | 10011 | 10111111 | 110100 | 111100 |
Color Harmonies of #62BACE
Complementary color
Monochromatic Colors of #62BACE
Black with #62BACE
Text Example
Text Example
White with #62BACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BACE; }
p { color: rgb(98,186,206); }
H1.HeaderClassName
{
color: #62BACE;
}
.AnyTagClassName
{
color: #62BACE;
}
</style>
background-color css
<style>
a { background-color: #62BACE; }
a { background-color: rgb(98,186,206); }
div.DivClassName
{
background-color: #62BACE;
}
.BgClassName
{
background-color: #62BACE;
}
</style>
border-color css
<style>
span { border-color: #62BACE; }
span { border-color: rgb(98,186,206); }
td.TdClassName
{
border-color: #62BACE;
}
.TagClassName
{
border-color: #62BACE;
}
</style>