#8ABDD2

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

Shades of Seagull #8ABDD2

Tints of Seagull #8ABDD2

Color information

#8ABDD2 (or 0x8ABDD2) is unknown color: approx Seagull. HEX triplet: 8A, BD and D2. RGB value is (138,189,210). Sum of RGB (Red+Green+Blue) = 138+189+210=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 189 (74.22% from 255 or 35.20% from 537); Blue value is 210 (82.42% from 255 or 39.11% from 537); Max value from RGB is 210 - color contains mainly: blue. Hex color #8ABDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDD2 is #75422D. Grayscale: #B0B0B0. Windows color (decimal): -7684654 or 13811082. OLE color: 13811082.

HSL color Cylindrical-coordinate representation of color #8ABDD2: hue angle of 197.5º 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 #8ABDD2 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138189210-
CMYK0.340.1000.18
HSL197.5º44.44%68.24%-
HSV(B)197.5º34.29%82.35%-
XYZ40.3146.4567.81-
YUV176.14147.1100.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.70%
GREEN value IS 189 (74.22% from 255) = 35.20%
BLUE value IS 210 (82.42% from 255) = 39.11%
R=25.70%
G=35.20%
B=39.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381892100.340.1000.18197.544.4468.24
Hex8ABDD222A012c62c44
Octal212275322421202230654104
Binary1000101010111101110100101000101010010010110001101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,189,210); }

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

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

 a { background-color: rgb(138,189,210); }

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

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

 span { border-color: rgb(138,189,210); }

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