Shades of Seagull #81B0CC
Tints of Seagull #81B0CC
RGB
CMYK
RGB Variations
Color information
#81B0CC (or 0x81B0CC) is known color: Seagull. HEX triplet: 81, B0 and CC. RGB value is (129,176,204). Sum of RGB (Red+Green+Blue) = 129+176+204=509 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.34% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #81B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0CC is #7E4F33. Grayscale: #A4A4A4. Windows color (decimal): -8277812 or 13414529. OLE color: 13414529.
HSL color Cylindrical-coordinate representation of color #81B0CC: hue angle of 202.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81B0CC is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 176 | 204 | - |
| CMYK | 0.37 | 0.14 | 0 | 0.2 |
| HSL | 202.4º | 0.42% | 0.65% | - |
| HSV(B) | 202.4º | 0.37% | 0.8% | - |
| XYZ | 35.48 | 40.08 | 62.99 | - |
| YUV | 165.14 | 149.93 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 176 | 204 | 0.37 | 0.14 | 0 | 0.2 | 202.4 | 0.42 | 0.65 |
| Hex | 81 | B0 | CC | 25 | E | 0 | 14 | CA | 2A | 41 |
| Octal | 201 | 260 | 314 | 45 | 16 | 0 | 24 | 312 | 52 | 101 |
| Binary | 10000001 | 10110000 | 11001100 | 100101 | 1110 | 0 | 10100 | 11001010 | 101010 | 1000001 |
Color Harmonies of #81B0CC
Complementary color
Monochromatic Colors of #81B0CC
Black with #81B0CC
Text Example
Text Example
White with #81B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B0CC; }
p { color: rgb(129,176,204); }
H1.HeaderClassName
{
color: #81B0CC;
}
.AnyTagClassName
{
color: #81B0CC;
}
</style>
background-color css
<style>
a { background-color: #81B0CC; }
a { background-color: rgb(129,176,204); }
div.DivClassName
{
background-color: #81B0CC;
}
.BgClassName
{
background-color: #81B0CC;
}
</style>
border-color css
<style>
span { border-color: #81B0CC; }
span { border-color: rgb(129,176,204); }
td.TdClassName
{
border-color: #81B0CC;
}
.TagClassName
{
border-color: #81B0CC;
}
</style>