#8ABED1

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

Shades of Seagull #8ABED1

Tints of Seagull #8ABED1

Color information

#8ABED1 (or 0x8ABED1) is unknown color: approx Seagull. HEX triplet: 8A, BE and D1. RGB value is (138,190,209). Sum of RGB (Red+Green+Blue) = 138+190+209=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 190 (74.61% from 255 or 35.38% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #8ABED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABED1 is #75412E. Grayscale: #B0B0B0. Windows color (decimal): -7684399 or 13745802. OLE color: 13745802.

HSL color Cylindrical-coordinate representation of color #8ABED1: hue angle of 196.06º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABED1 is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138190209-
CMYK0.340.0900.18
HSL196.06º43.56%68.04%-
HSV(B)196.06º33.97%81.96%-
XYZ40.446.8367.23-
YUV176.62146.27100.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 190 (74.61% from 255) = 35.38%
BLUE value IS 209 (82.03% from 255) = 38.92%
R=25.70%
G=35.38%
B=38.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381902090.340.0900.18196.0643.5668.04
Hex8ABED1229012c42c44
Octal212276321421102230454104
Binary1000101010111110110100011000101001010010110001001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABED1; }

 p { color: rgb(138,190,209); }

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

<style>
 a { background-color: #8ABED1; }

 a { background-color: rgb(138,190,209); }

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

<style>
 span { border-color: #8ABED1; }

 span { border-color: rgb(138,190,209); }

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