#81B4CA

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

Shades of Seagull #81B4CA

Tints of Seagull #81B4CA

Color information

#81B4CA (or 0x81B4CA) is unknown color: approx Seagull. HEX triplet: 81, B4 and CA. RGB value is (129,180,202). Sum of RGB (Red+Green+Blue) = 129+180+202=511 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.24% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #81B4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B4CA is #7E4B35. Grayscale: #A7A7A7. Windows color (decimal): -8276790 or 13284481. OLE color: 13284481.

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

Color convert

RGB129180202-
CMYK0.360.1100.21
HSL198.08º40.78%64.9%-
HSV(B)198.08º36.14%79.22%-
XYZ36.0441.5762-
YUV167.26147.6100.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.24%
GREEN value IS 180 (70.70% from 255) = 35.23%
BLUE value IS 202 (79.30% from 255) = 39.53%
R=25.24%
G=35.23%
B=39.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291802020.360.1100.21198.0840.7864.9
Hex81B4CA24B015c62941
Octal201264312441302530651101
Binary1000000110110100110010101001001011010101110001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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