Shades of Seagull #82BDD4
Tints of Seagull #82BDD4
RGB
CMYK
RGB Variations
Color information
#82BDD4 (or 0x82BDD4) is known color: Seagull. HEX triplet: 82, BD and D4. RGB value is (130,189,212). Sum of RGB (Red+Green+Blue) = 130+189+212=531 (70% of max value = 765). Red value is 130 (51.17% from 255 or 24.48% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #82BDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82BDD4 is #7D422B. Grayscale: #ADADAD. Windows color (decimal): -8208940 or 13942146. OLE color: 13942146.
HSL color Cylindrical-coordinate representation of color #82BDD4: hue angle of 196.83º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82BDD4 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 130 | 189 | 212 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.17 |
| HSL | 196.83º | 0.49% | 0.67% | - |
| HSV(B) | 196.83º | 0.39% | 0.83% | - |
| XYZ | 39.29 | 45.89 | 69.08 | - |
| YUV | 173.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 189 | 212 | 0.39 | 0.11 | 0 | 0.17 | 196.83 | 0.49 | 0.67 |
| Hex | 82 | BD | D4 | 27 | B | 0 | 11 | C5 | 31 | 43 |
| Octal | 202 | 275 | 324 | 47 | 13 | 0 | 21 | 305 | 61 | 103 |
| Binary | 10000010 | 10111101 | 11010100 | 100111 | 1011 | 0 | 10001 | 11000101 | 110001 | 1000011 |
Color Harmonies of #82BDD4
Complementary color
Monochromatic Colors of #82BDD4
Black with #82BDD4
Text Example
Text Example
White with #82BDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82BDD4; }
p { color: rgb(130,189,212); }
H1.HeaderClassName
{
color: #82BDD4;
}
.AnyTagClassName
{
color: #82BDD4;
}
</style>
background-color css
<style>
a { background-color: #82BDD4; }
a { background-color: rgb(130,189,212); }
div.DivClassName
{
background-color: #82BDD4;
}
.BgClassName
{
background-color: #82BDD4;
}
</style>
border-color css
<style>
span { border-color: #82BDD4; }
span { border-color: rgb(130,189,212); }
td.TdClassName
{
border-color: #82BDD4;
}
.TagClassName
{
border-color: #82BDD4;
}
</style>