#8AC0D1

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

Shades of Seagull #8AC0D1

Tints of Seagull #8AC0D1

Color information

#8AC0D1 (or 0x8AC0D1) is unknown color: approx Seagull. HEX triplet: 8A, C0 and D1. RGB value is (138,192,209). Sum of RGB (Red+Green+Blue) = 138+192+209=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 209 - color contains mainly: blue. Hex color #8AC0D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AC0D1 is #753F2E. Grayscale: #B1B1B1. Windows color (decimal): -7683887 or 13746314. OLE color: 13746314.

HSL color Cylindrical-coordinate representation of color #8AC0D1: hue angle of 194.37º degrees, saturation: 0.44, 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 #8AC0D1 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB138192209-
CMYK0.340.0800.18
HSL194.37º43.56%68.04%-
HSV(B)194.37º33.97%81.96%-
XYZ40.8447.7167.38-
YUV177.79145.6199.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.60%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 209 (82.03% from 255) = 38.78%
R=25.60%
G=35.62%
B=38.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1381922090.340.0800.18194.3743.5668.04
Hex8AC0D1228012c22c44
Octal212300321421002230254104
Binary1000101011000000110100011000101000010010110000101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AC0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,192,209); }

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

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

 a { background-color: rgb(138,192,209); }

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

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

 span { border-color: rgb(138,192,209); }

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