#81bad5

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

Shades of Seagull #81BAD5

Tints of Seagull #81BAD5

Color information

#81BAD5 (or 0x81BAD5) is unknown color: approx Seagull. HEX triplet: 81, BA and D5. RGB value is (129,186,213). Sum of RGB (Red+Green+Blue) = 129+186+213=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 213 (83.59% from 255 or 40.34% from 528); Max value from RGB is 213 - color contains mainly: blue. Hex color #81BAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BAD5 is #7E452A. Grayscale: #ABABAB. Windows color (decimal): -8275243 or 14006913. OLE color: 14006913.

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

Color convert

RGB129186213-
CMYK0.390.1300.16
HSL199.29º50%67.06%-
HSV(B)199.29º39.44%83.53%-
XYZ38.6244.5969.52-
YUV172.04151.1297.3-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.43%
GREEN value IS 186 (73.05% from 255) = 35.23%
BLUE value IS 213 (83.59% from 255) = 40.34%
R=24.43%
G=35.23%
B=40.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1291862130.390.1300.16199.295067.06
Hex81BAD527D010c73243
Octal201272325471502030762103
Binary1000000110111010110101011001111101010000110001111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81bad5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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