#81B1CD

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

Shades of Seagull #81B1CD

Tints of Seagull #81B1CD

Color information

#81B1CD (or 0x81B1CD) is unknown color: approx Seagull. HEX triplet: 81, B1 and CD. RGB value is (129,177,205). Sum of RGB (Red+Green+Blue) = 129+177+205=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #81B1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81B1CD is #7E4E32. Grayscale: #A5A5A5. Windows color (decimal): -8277555 or 13480321. OLE color: 13480321.

HSL color Cylindrical-coordinate representation of color #81B1CD: hue angle of 202.11º degrees, saturation: 0.43, 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 #81B1CD is Cyan = 0.37, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129177205-
CMYK0.370.1400.20
HSL202.11º43.18%65.49%-
HSV(B)202.11º37.07%80.39%-
XYZ35.7940.5263.69-
YUV165.84150.1101.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.24%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=25.24%
G=34.64%
B=40.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291772050.370.1400.20202.1143.1865.49
Hex81B1CD25E014ca2b41
Octal201261315451602431253101
Binary1000000110110001110011011001011110010100110010101010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,177,205); }

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

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

 a { background-color: rgb(129,177,205); }

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

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

 span { border-color: rgb(129,177,205); }

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