#81B0D0

Color #81B0D0 Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #81B0D0

Tints of Seagull #81B0D0

Color information

#81B0D0 (or 0x81B0D0) is unknown color: approx Seagull. HEX triplet: 81, B0 and D0. RGB value is (129,176,208). Sum of RGB (Red+Green+Blue) = 129+176+208=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 208 (81.64% from 255 or 40.55% from 513); Max value from RGB is 208 - color contains mainly: blue. Hex color #81B0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B0D0 is #7E4F2F. Grayscale: #A5A5A5. Windows color (decimal): -8277808 or 13676673. OLE color: 13676673.

HSL color Cylindrical-coordinate representation of color #81B0D0: hue angle of 204.3º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81B0D0 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB129176208-
CMYK0.380.1500.18
HSL204.3º45.66%66.08%-
HSV(B)204.3º37.98%81.57%-
XYZ35.9640.2765.55-
YUV165.59151.93101.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 25.15%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 208 (81.64% from 255) = 40.55%
R=25.15%
G=34.31%
B=40.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1291762080.380.1500.18204.345.6666.08
Hex81B0D026F012cc2e42
Octal201260320461702231456102
Binary1000000110110000110100001001101111010010110011001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81B0D0; }

 p { color: rgb(129,176,208); }

 H1.HeaderClassName
 {
   color: #81B0D0;
 }
 .AnyTagClassName
 {
   color: #81B0D0;
 }
</style>
background-color css

<style>
 a { background-color: #81B0D0; }

 a { background-color: rgb(129,176,208); }

 div.DivClassName
 {
   background-color: #81B0D0;
 }
 .BgClassName
 {
   background-color: #81B0D0;
 }
</style>
border-color css

<style>
 span { border-color: #81B0D0; }

 span { border-color: rgb(129,176,208); }

 td.TdClassName
 {
   border-color: #81B0D0;
 }
 .TagClassName
 {
   border-color: #81B0D0;
 }
</style>