#8ABCD0

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

Shades of Seagull #8ABCD0

Tints of Seagull #8ABCD0

Color information

#8ABCD0 (or 0x8ABCD0) is unknown color: approx Seagull. HEX triplet: 8A, BC and D0. RGB value is (138,188,208). Sum of RGB (Red+Green+Blue) = 138+188+208=534 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.84% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 208 - color contains mainly: blue. Hex color #8ABCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABCD0 is #75432F. Grayscale: #AFAFAF. Windows color (decimal): -7684912 or 13679754. OLE color: 13679754.

HSL color Cylindrical-coordinate representation of color #8ABCD0: hue angle of 197.14º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ABCD0 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138188208-
CMYK0.340.1000.18
HSL197.14º42.68%67.84%-
HSV(B)197.14º33.65%81.57%-
XYZ39.8545.9266.44-
YUV175.33146.44101.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.84%
GREEN value IS 188 (73.83% from 255) = 35.21%
BLUE value IS 208 (81.64% from 255) = 38.95%
R=25.84%
G=35.21%
B=38.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381882080.340.1000.18197.1442.6867.84
Hex8ABCD022A012c52b44
Octal212274320421202230553104
Binary1000101010111100110100001000101010010010110001011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,188,208); }

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

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

 a { background-color: rgb(138,188,208); }

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

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

 span { border-color: rgb(138,188,208); }

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