#81BDDD

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

Shades of Seagull #81BDDD

Tints of Seagull #81BDDD

Color information

#81BDDD (or 0x81BDDD) is unknown color: approx Seagull. HEX triplet: 81, BD and DD. RGB value is (129,189,221). Sum of RGB (Red+Green+Blue) = 129+189+221=539 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.93% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #81BDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BDDD is #7E4222. Grayscale: #AEAEAE. Windows color (decimal): -8274467 or 14531969. OLE color: 14531969.

HSL color Cylindrical-coordinate representation of color #81BDDD: hue angle of 200.87º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81BDDD is Cyan = 0.42, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129189221-
CMYK0.420.1400.13
HSL200.87º57.5%68.63%-
HSV(B)200.87º41.63%86.67%-
XYZ40.346.2875.22-
YUV174.71154.1295.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.93%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=23.93%
G=35.06%
B=41.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291892210.420.1400.13200.8757.568.63
Hex81BDDD2AE0Dc93a45
Octal201275335521601531172105
Binary100000011011110111011101101010111001101110010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,189,221); }

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

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

 a { background-color: rgb(129,189,221); }

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

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

 span { border-color: rgb(129,189,221); }

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