Shades of Seagull #62BBCD
Tints of Seagull #62BBCD
RGB
CMYK
RGB Variations
Color information
#62BBCD (or 0x62BBCD) is known color: Seagull. HEX triplet: 62, BB and CD. RGB value is (98,187,205). Sum of RGB (Red+Green+Blue) = 98+187+205=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #62BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BBCD is #9D4432. Grayscale: #A2A2A2. Windows color (decimal): -10306611 or 13482850. OLE color: 13482850.
HSL color Cylindrical-coordinate representation of color #62BBCD: hue angle of 190.09º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62BBCD is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 187 | 205 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.20 |
| HSL | 190.09º | 0.52% | 0.59% | - |
| HSV(B) | 190.09º | 0.52% | 0.8% | - |
| XYZ | 33.83 | 42.55 | 64.19 | - |
| YUV | 162.44 | 152.01 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 187 | 205 | 0.52 | 0.09 | 0 | 0.20 | 190.09 | 0.52 | 0.59 |
| Hex | 62 | BB | CD | 34 | 9 | 0 | 14 | BE | 34 | 3B |
| Octal | 142 | 273 | 315 | 64 | 11 | 0 | 24 | 276 | 64 | 73 |
| Binary | 1100010 | 10111011 | 11001101 | 110100 | 1001 | 0 | 10100 | 10111110 | 110100 | 111011 |
Color Harmonies of #62BBCD
Complementary color
Monochromatic Colors of #62BBCD
Black with #62BBCD
Text Example
Text Example
White with #62BBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62BBCD; }
p { color: rgb(98,187,205); }
H1.HeaderClassName
{
color: #62BBCD;
}
.AnyTagClassName
{
color: #62BBCD;
}
</style>
background-color css
<style>
a { background-color: #62BBCD; }
a { background-color: rgb(98,187,205); }
div.DivClassName
{
background-color: #62BBCD;
}
.BgClassName
{
background-color: #62BBCD;
}
</style>
border-color css
<style>
span { border-color: #62BBCD; }
span { border-color: rgb(98,187,205); }
td.TdClassName
{
border-color: #62BBCD;
}
.TagClassName
{
border-color: #62BBCD;
}
</style>