#81BCC9

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

Shades of Seagull #81BCC9

Tints of Seagull #81BCC9

Color information

#81BCC9 (or 0x81BCC9) is unknown color: approx Seagull. HEX triplet: 81, BC and C9. RGB value is (129,188,201). Sum of RGB (Red+Green+Blue) = 129+188+201=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #81BCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCC9 is #7E4336. Grayscale: #ABABAB. Windows color (decimal): -8274743 or 13220993. OLE color: 13220993.

HSL color Cylindrical-coordinate representation of color #81BCC9: hue angle of 190.83º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81BCC9 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129188201-
CMYK0.360.0600.21
HSL190.83º40%64.71%-
HSV(B)190.83º35.82%78.82%-
XYZ37.5844.8561.93-
YUV171.84144.4597.44-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.90%
GREEN value IS 188 (73.83% from 255) = 36.29%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=24.90%
G=36.29%
B=38.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291882010.360.0600.21190.834064.71
Hex81BCC9246015bf2841
Octal20127431144602527750101
Binary100000011011110011001001100100110010101101111111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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