#8ABACD

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

Shades of Seagull #8ABACD

Tints of Seagull #8ABACD

Color information

#8ABACD (or 0x8ABACD) is unknown color: approx Seagull. HEX triplet: 8A, BA and CD. RGB value is (138,186,205). Sum of RGB (Red+Green+Blue) = 138+186+205=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 186 (73.05% from 255 or 35.16% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #8ABACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABACD is #754532. Grayscale: #ADADAD. Windows color (decimal): -7685427 or 13482634. OLE color: 13482634.

HSL color Cylindrical-coordinate representation of color #8ABACD: hue angle of 197.01º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8ABACD is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138186205-
CMYK0.330.0900.20
HSL197.01º40.12%67.25%-
HSV(B)197.01º32.68%80.39%-
XYZ39.0644.9364.37-
YUV173.81145.6102.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 186 (73.05% from 255) = 35.16%
BLUE value IS 205 (80.47% from 255) = 38.75%
R=26.09%
G=35.16%
B=38.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381862050.330.0900.20197.0140.1267.25
Hex8ABACD219014c52843
Octal212272315411102430550103
Binary1000101010111010110011011000011001010100110001011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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