#8ABACE

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

Shades of Seagull #8ABACE

Tints of Seagull #8ABACE

Color information

#8ABACE (or 0x8ABACE) is unknown color: approx Seagull. HEX triplet: 8A, BA and CE. RGB value is (138,186,206). Sum of RGB (Red+Green+Blue) = 138+186+206=530 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.04% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #8ABACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACE is #754531. Grayscale: #ADADAD. Windows color (decimal): -7685426 or 13548170. OLE color: 13548170.

HSL color Cylindrical-coordinate representation of color #8ABACE: hue angle of 197.65º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABACE is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138186206-
CMYK0.330.1000.19
HSL197.65º40.96%67.45%-
HSV(B)197.65º33.01%80.78%-
XYZ39.1844.9865.01-
YUV173.93146.1102.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.04%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=26.04%
G=35.09%
B=38.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381862060.330.1000.19197.6540.9667.45
Hex8ABACE21A013c62943
Octal212272316411202330651103
Binary1000101010111010110011101000011010010011110001101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,186,206); }

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

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

 a { background-color: rgb(138,186,206); }

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

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

 span { border-color: rgb(138,186,206); }

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