#8DC0CA

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

Shades of Seagull #8DC0CA

Tints of Seagull #8DC0CA

Color information

#8DC0CA (or 0x8DC0CA) is unknown color: approx Seagull. HEX triplet: 8D, C0 and CA. RGB value is (141,192,202). Sum of RGB (Red+Green+Blue) = 141+192+202=535 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.36% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #8DC0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC0CA is #723F35. Grayscale: #B1B1B1. Windows color (decimal): -7487286 or 13287565. OLE color: 13287565.

HSL color Cylindrical-coordinate representation of color #8DC0CA: hue angle of 189.84º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DC0CA is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB141192202-
CMYK0.300.0500.21
HSL189.84º36.53%67.25%-
HSV(B)189.84º30.2%79.22%-
XYZ40.4947.6362.94-
YUV177.89141.6101.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.36%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=26.36%
G=35.89%
B=37.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1411922020.300.0500.21189.8436.5367.25
Hex8DC0CA1E5015be2543
Octal21530031236502527645103
Binary10001101110000001100101011110101010101101111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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