Html Css Color HEX #8CC0CD Seagull

📋 copy color: '#8CC0CD'

red 140 ◦ green 192 ◦ blue 205

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

Shades of Seagull #8CC0CD

Tints of Seagull #8CC0CD

RGB

 RED value IS 140 (55.08% from 255) = 26.07%

 GREEN value IS 192 (75.39% from 255) = 35.75%

 BLUE value IS 205 (80.47% from 255) = 38.18%

R = 26.07%
G = 35.75%
B = 38.18%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#8CC0CD (or 0x8CC0CD) is known color: Seagull. HEX triplet: 8C, C0 and CD. RGB value is (140,192,205). Sum of RGB (Red+Green+Blue) = 140+192+205=537 (71% of max value = 765). Red value is 140 (55.08% from 255 or 26.07% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CC0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0CD is #733F32. Grayscale: #B1B1B1. Windows color (decimal): -7552819 or 13484172. OLE color: 13484172.

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

Color convert

RGB 140 192 205 -
CMYK 0.32 0.06 0 0.20
HSL 192º 0.39% 0.68% -
HSV(B) 192º 0.32% 0.8% -
XYZ 40.68 47.68 64.82 -
YUV 177.93 143.27 100.94 -
System Red Green Blue C M Y K H S L
Decimal 140 192 205 0.32 0.06 0 0.20 192 0.39 0.68
Hex 8C C0 CD 20 6 0 14 C0 27 44
Octal 214 300 315 40 6 0 24 300 47 104
Binary 10001100 11000000 11001101 100000 110 0 10100 11000000 100111 1000100

Color Harmonies of #8CC0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0CD

Black with #8CC0CD

Text Example


Text Example

White with #8CC0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CC0CD;
 }
 .AnyTagClassName
 {
   color: #8CC0CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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