#81BAC8

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

Shades of Seagull #81BAC8

Tints of Seagull #81BAC8

Color information

#81BAC8 (or 0x81BAC8) is unknown color: approx Seagull. HEX triplet: 81, BA and C8. RGB value is (129,186,200). Sum of RGB (Red+Green+Blue) = 129+186+200=515 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.05% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 200 - color contains mainly: blue. Hex color #81BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81BAC8 is #7E4537. Grayscale: #AAAAAA. Windows color (decimal): -8275256 or 13154945. OLE color: 13154945.

HSL color Cylindrical-coordinate representation of color #81BAC8: hue angle of 191.83º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81BAC8 is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129186200-
CMYK0.360.0700.22
HSL191.83º39.23%64.51%-
HSV(B)191.83º35.5%78.43%-
XYZ37.0443.9661.18-
YUV170.55144.6298.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.05%
GREEN value IS 186 (73.05% from 255) = 36.12%
BLUE value IS 200 (78.52% from 255) = 38.83%
R=25.05%
G=36.12%
B=38.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291862000.360.0700.22191.8339.2364.51
Hex81BAC8247016c02741
Octal20127231044702630047101
Binary100000011011101011001000100100111010110110000001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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