#81BCDB

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

Shades of Seagull #81BCDB

Tints of Seagull #81BCDB

Color information

#81BCDB (or 0x81BCDB) is unknown color: approx Seagull. HEX triplet: 81, BC and DB. RGB value is (129,188,219). Sum of RGB (Red+Green+Blue) = 129+188+219=536 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.07% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #81BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCDB is #7E4324. Grayscale: #ADADAD. Windows color (decimal): -8274725 or 14400641. OLE color: 14400641.

HSL color Cylindrical-coordinate representation of color #81BCDB: hue angle of 200.67º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81BCDB is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129188219-
CMYK0.410.1400.14
HSL200.67º55.56%68.24%-
HSV(B)200.67º41.1%85.88%-
XYZ39.8245.7573.75-
YUV173.89153.4595.98-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.07%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=24.07%
G=35.07%
B=40.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291882190.410.1400.14200.6755.5668.24
Hex81BCDB29E0Ec93844
Octal201274333511601631170104
Binary100000011011110011011011101001111001110110010011110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,188,219); }

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

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

 a { background-color: rgb(129,188,219); }

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

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

 span { border-color: rgb(129,188,219); }

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