#81BACD

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

Shades of Seagull #81BACD

Tints of Seagull #81BACD

Color information

#81BACD (or 0x81BACD) is unknown color: approx Seagull. HEX triplet: 81, BA and CD. RGB value is (129,186,205). Sum of RGB (Red+Green+Blue) = 129+186+205=520 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.81% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #81BACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BACD is #7E4532. Grayscale: #AAAAAA. Windows color (decimal): -8275251 or 13482625. OLE color: 13482625.

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

Color convert

RGB129186205-
CMYK0.370.0900.20
HSL195º43.18%65.49%-
HSV(B)195º37.07%80.39%-
XYZ37.6344.1964.3-
YUV171.12147.1297.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.81%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=24.81%
G=35.77%
B=39.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291862050.370.0900.2019543.1865.49
Hex81BACD259014c32b41
Octal201272315451102430353101
Binary1000000110111010110011011001011001010100110000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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