#81BACA

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

Shades of Seagull #81BACA

Tints of Seagull #81BACA

Color information

#81BACA (or 0x81BACA) is unknown color: approx Seagull. HEX triplet: 81, BA and CA. RGB value is (129,186,202). Sum of RGB (Red+Green+Blue) = 129+186+202=517 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.95% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #81BACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BACA is #7E4535. Grayscale: #AAAAAA. Windows color (decimal): -8275254 or 13286017. OLE color: 13286017.

HSL color Cylindrical-coordinate representation of color #81BACA: hue angle of 193.15º degrees, saturation: 0.41, 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 #81BACA is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB129186202-
CMYK0.360.0800.21
HSL193.15º40.78%64.9%-
HSV(B)193.15º36.14%79.22%-
XYZ37.2744.0562.41-
YUV170.78145.6298.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.95%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 202 (79.30% from 255) = 39.07%
R=24.95%
G=35.98%
B=39.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291862020.360.0800.21193.1540.7864.9
Hex81BACA248015c12941
Octal201272312441002530151101
Binary1000000110111010110010101001001000010101110000011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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