#8ABADA

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

Shades of Seagull #8ABADA

Tints of Seagull #8ABADA

Color information

#8ABADA (or 0x8ABADA) is unknown color: approx Seagull. HEX triplet: 8A, BA and DA. RGB value is (138,186,218). Sum of RGB (Red+Green+Blue) = 138+186+218=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 186 (73.05% from 255 or 34.32% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #8ABADA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABADA is #754525. Grayscale: #AFAFAF. Windows color (decimal): -7685414 or 14334602. OLE color: 14334602.

HSL color Cylindrical-coordinate representation of color #8ABADA: hue angle of 204º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8ABADA is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB138186218-
CMYK0.370.1500.15
HSL204º51.95%69.8%-
HSV(B)204º36.7%85.49%-
XYZ40.745.5872.98-
YUV175.3152.1101.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.46%
GREEN value IS 186 (73.05% from 255) = 34.32%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=25.46%
G=34.32%
B=40.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1381862180.370.1500.1520451.9569.8
Hex8ABADA25F0Fcc3446
Octal212272332451701731464106
Binary100010101011101011011010100101111101111110011001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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