#8DC0CD

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

Shades of Seagull #8DC0CD

Tints of Seagull #8DC0CD

Color information

#8DC0CD (or 0x8DC0CD) is unknown color: approx Seagull. HEX triplet: 8D, C0 and CD. RGB value is (141,192,205). Sum of RGB (Red+Green+Blue) = 141+192+205=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #8DC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0CD is #723F32. Grayscale: #B2B2B2. Windows color (decimal): -7487283 or 13484173. OLE color: 13484173.

HSL color Cylindrical-coordinate representation of color #8DC0CD: hue angle of 192.19º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DC0CD is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141192205-
CMYK0.310.0600.20
HSL192.19º39.02%67.84%-
HSV(B)192.19º31.22%80.39%-
XYZ40.8547.7764.82-
YUV178.23143.1101.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.21%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=26.21%
G=35.69%
B=38.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411922050.310.0600.20192.1939.0267.84
Hex8DC0CD1F6014c02744
Octal21530031537602430047104
Binary10001101110000001100110111111110010100110000001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,192,205); }

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

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

 a { background-color: rgb(141,192,205); }

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

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

 span { border-color: rgb(141,192,205); }

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