#81B8C9

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

Shades of Seagull #81B8C9

Tints of Seagull #81B8C9

Color information

#81B8C9 (or 0x81B8C9) is unknown color: approx Seagull. HEX triplet: 81, B8 and C9. RGB value is (129,184,201). Sum of RGB (Red+Green+Blue) = 129+184+201=514 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25.10% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 201 - color contains mainly: blue. Hex color #81B8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81B8C9 is #7E4736. Grayscale: #A9A9A9. Windows color (decimal): -8275767 or 13219969. OLE color: 13219969.

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

Color convert

RGB129184201-
CMYK0.360.0800.21
HSL194.17º40%64.71%-
HSV(B)194.17º35.82%78.82%-
XYZ36.7443.1761.65-
YUV169.49145.7899.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.10%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 201 (78.91% from 255) = 39.11%
R=25.10%
G=35.80%
B=39.11%

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
Decimal1291842010.360.0800.21194.174064.71
Hex81B8C9248015c22841
Octal201270311441002530250101
Binary1000000110111000110010011001001000010101110000101010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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