#81C1CE

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

Shades of Seagull #81C1CE

Tints of Seagull #81C1CE

Color information

#81C1CE (or 0x81C1CE) is unknown color: approx Seagull. HEX triplet: 81, C1 and CE. RGB value is (129,193,206). Sum of RGB (Red+Green+Blue) = 129+193+206=528 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.43% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #81C1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #81C1CE is #7E3E31. Grayscale: #AFAFAF. Windows color (decimal): -8273458 or 13549953. OLE color: 13549953.

HSL color Cylindrical-coordinate representation of color #81C1CE: hue angle of 190.13º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81C1CE is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB129193206-
CMYK0.370.0600.19
HSL190.13º44%65.69%-
HSV(B)190.13º37.38%80.78%-
XYZ39.2647.2665.45-
YUV175.35145.394.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.43%
GREEN value IS 193 (75.78% from 255) = 36.55%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=24.43%
G=36.55%
B=39.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1291932060.370.0600.19190.134465.69
Hex81C1CE256013be2c42
Octal20130131645602327654102
Binary100000011100000111001110100101110010011101111101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81C1CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,193,206); }

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

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

 a { background-color: rgb(129,193,206); }

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

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

 span { border-color: rgb(129,193,206); }

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