#81BCCA

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

Shades of Seagull #81BCCA

Tints of Seagull #81BCCA

Color information

#81BCCA (or 0x81BCCA) is unknown color: approx Seagull. HEX triplet: 81, BC and CA. RGB value is (129,188,202). Sum of RGB (Red+Green+Blue) = 129+188+202=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #81BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BCCA is #7E4335. Grayscale: #ABABAB. Windows color (decimal): -8274742 or 13286529. OLE color: 13286529.

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

Color convert

RGB129188202-
CMYK0.360.0700.21
HSL191.51º40.78%64.9%-
HSV(B)191.51º36.14%79.22%-
XYZ37.744.962.56-
YUV171.96144.9597.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.86%
GREEN value IS 188 (73.83% from 255) = 36.22%
BLUE value IS 202 (79.30% from 255) = 38.92%
R=24.86%
G=36.22%
B=38.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1291882020.360.0700.21191.5140.7864.9
Hex81BCCA247015c02941
Octal20127431244702530051101
Binary100000011011110011001010100100111010101110000001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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