#8ABBCC

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

Shades of Seagull #8ABBCC

Tints of Seagull #8ABBCC

Color information

#8ABBCC (or 0x8ABBCC) is unknown color: approx Seagull. HEX triplet: 8A, BB and CC. RGB value is (138,187,204). Sum of RGB (Red+Green+Blue) = 138+187+204=529 (70% of max value = 765). Red value is 138 (54.30% from 255 or 26.09% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #8ABBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABBCC is #754433. Grayscale: #AEAEAE. Windows color (decimal): -7685172 or 13417354. OLE color: 13417354.

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

Color convert

RGB138187204-
CMYK0.320.0800.2
HSL195.45º39.29%67.06%-
HSV(B)195.45º32.35%80%-
XYZ39.1545.363.81-
YUV174.29144.77102.12-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.09%
GREEN value IS 187 (73.44% from 255) = 35.35%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=26.09%
G=35.35%
B=38.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1381872040.320.0800.2195.4539.2967.06
Hex8ABBCC208014c32743
Octal212273314401002430347103
Binary1000101010111011110011001000001000010100110000111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,187,204); }

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

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

 a { background-color: rgb(138,187,204); }

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

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

 span { border-color: rgb(138,187,204); }

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