#81ADC8

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

Shades of Seagull #81ADC8

Tints of Seagull #81ADC8

Color information

#81ADC8 (or 0x81ADC8) is unknown color: approx Seagull. HEX triplet: 81, AD and C8. RGB value is (129,173,200). Sum of RGB (Red+Green+Blue) = 129+173+200=502 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.70% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 200 - color contains mainly: blue. Hex color #81ADC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADC8 is #7E5237. Grayscale: #A2A2A2. Windows color (decimal): -8278584 or 13151617. OLE color: 13151617.

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

Color convert

RGB129173200-
CMYK0.360.1400.22
HSL202.82º39.23%64.51%-
HSV(B)202.82º35.5%78.43%-
XYZ34.4238.7260.3-
YUV162.92148.92103.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.70%
GREEN value IS 173 (67.97% from 255) = 34.46%
BLUE value IS 200 (78.52% from 255) = 39.84%
R=25.70%
G=34.46%
B=39.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291732000.360.1400.22202.8239.2364.51
Hex81ADC824E016cb2741
Octal201255310441602631347101
Binary1000000110101101110010001001001110010110110010111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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