Html Css Color HEX #8DC0CA Seagull

📋 copy color: '#8DC0CA'

red 141 ◦ green 192 ◦ blue 202

#8DC0CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seagull #8DC0CA

Tints of Seagull #8DC0CA

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.3% from 255) = 37.76%

R = 26.36%
G = 35.89%
B = 37.76%

CMYK

 C value IS 0.30

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8DC0CA (or 0x8DC0CA) is known color: 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

RGB 141 192 202 -
CMYK 0.30 0.05 0 0.21
HSL 189.84º 0.37% 0.67% -
HSV(B) 189.84º 0.3% 0.79% -
XYZ 40.49 47.63 62.94 -
YUV 177.89 141.6 101.69 -
System Red Green Blue C M Y K H S L
Decimal 141 192 202 0.30 0.05 0 0.21 189.84 0.37 0.67
Hex 8D C0 CA 1E 5 0 15 BE 25 43
Octal 215 300 312 36 5 0 25 276 45 103
Binary 10001101 11000000 11001010 11110 101 0 10101 10111110 100101 1000011

Color Harmonies of #8DC0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC0CA

Black with #8DC0CA

Text Example


Text Example

White with #8DC0CA

Text Example


Text Example

HTML Codes & Css Web 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>