#8ABDD0

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

Shades of Seagull #8ABDD0

Tints of Seagull #8ABDD0

Color information

#8ABDD0 (or 0x8ABDD0) is unknown color: approx Seagull. HEX triplet: 8A, BD and D0. RGB value is (138,189,208). Sum of RGB (Red+Green+Blue) = 138+189+208=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #8ABDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDD0 is #75422F. Grayscale: #AFAFAF. Windows color (decimal): -7684656 or 13680010. OLE color: 13680010.

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

Color convert

RGB138189208-
CMYK0.340.0900.18
HSL196.29º42.68%67.84%-
HSV(B)196.29º33.65%81.57%-
XYZ40.0646.3566.51-
YUV175.92146.1100.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.79%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 208 (81.64% from 255) = 38.88%
R=25.79%
G=35.33%
B=38.88%

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
Decimal1381892080.340.0900.18196.2942.6867.84
Hex8ABDD0229012c42b44
Octal212275320421102230453104
Binary1000101010111101110100001000101001010010110001001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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