#81BAD7

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

Shades of Seagull #81BAD7

Tints of Seagull #81BAD7

Color information

#81BAD7 (or 0x81BAD7) is unknown color: approx Seagull. HEX triplet: 81, BA and D7. RGB value is (129,186,215). Sum of RGB (Red+Green+Blue) = 129+186+215=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 215 (84.38% from 255 or 40.57% from 530); Max value from RGB is 215 - color contains mainly: blue. Hex color #81BAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BAD7 is #7E4528. Grayscale: #ACACAC. Windows color (decimal): -8275241 or 14137985. OLE color: 14137985.

HSL color Cylindrical-coordinate representation of color #81BAD7: hue angle of 200.23º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81BAD7 is Cyan = 0.4, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB129186215-
CMYK0.40.1300.16
HSL200.23º51.81%67.45%-
HSV(B)200.23º40%84.31%-
XYZ38.8844.6970.87-
YUV172.26152.1297.14-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.34%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 215 (84.38% from 255) = 40.57%
R=24.34%
G=35.09%
B=40.57%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291862150.40.1300.16200.2351.8167.45
Hex81BAD728D010c83443
Octal201272327501502031064103
Binary1000000110111010110101111010001101010000110010001101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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