#8ABACA

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

Shades of Seagull #8ABACA

Tints of Seagull #8ABACA

Color information

#8ABACA (or 0x8ABACA) is unknown color: approx Seagull. HEX triplet: 8A, BA and CA. RGB value is (138,186,202). Sum of RGB (Red+Green+Blue) = 138+186+202=526 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.24% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #8ABACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACA is #754535. Grayscale: #ADADAD. Windows color (decimal): -7685430 or 13286026. OLE color: 13286026.

HSL color Cylindrical-coordinate representation of color #8ABACA: hue angle of 195º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8ABACA is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB138186202-
CMYK0.320.0800.21
HSL195º37.65%66.67%-
HSV(B)195º31.68%79.22%-
XYZ38.744.7962.48-
YUV173.47144.1102.7-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.24%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=26.24%
G=35.36%
B=38.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1381862020.320.0800.2119537.6566.67
Hex8ABACA208015c32643
Octal212272312401002530346103
Binary1000101010111010110010101000001000010101110000111001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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