Html Css Color HEX #8CC0D0 Seagull

📋 copy color: '#8CC0D0'

red 140 ◦ green 192 ◦ blue 208

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

Shades of Seagull #8CC0D0

Tints of Seagull #8CC0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.52%

R = 25.93%
G = 35.56%
B = 38.52%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#8CC0D0 (or 0x8CC0D0) is known color: Seagull. HEX triplet: 8C, C0 and D0. RGB value is (140,192,208). Sum of RGB (Red+Green+Blue) = 140+192+208=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 208 (81.64% from 255 or 38.52% from 540); Max value from RGB is 208 - color contains mainly: blue. Hex color #8CC0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CC0D0 is #733F2F. Grayscale: #B2B2B2. Windows color (decimal): -7552816 or 13680780. OLE color: 13680780.

HSL color Cylindrical-coordinate representation of color #8CC0D0: hue angle of 194.12º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CC0D0 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 192 208 -
CMYK 0.33 0.08 0 0.18
HSL 194.12º 0.42% 0.68% -
HSV(B) 194.12º 0.33% 0.82% -
XYZ 41.05 47.83 66.74 -
YUV 178.28 144.77 100.7 -
System Red Green Blue C M Y K H S L
Decimal 140 192 208 0.33 0.08 0 0.18 194.12 0.42 0.68
Hex 8C C0 D0 21 8 0 12 C2 2A 44
Octal 214 300 320 41 10 0 22 302 52 104
Binary 10001100 11000000 11010000 100001 1000 0 10010 11000010 101010 1000100

Color Harmonies of #8CC0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC0D0

Black with #8CC0D0

Text Example


Text Example

White with #8CC0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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