Html Css Color HEX #8CCDA6 Vista Blue

📋 copy color: '#8CCDA6'

red 140 ◦ green 205 ◦ blue 166

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

Shades of Vista Blue #8CCDA6

Tints of Vista Blue #8CCDA6

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.12%

 BLUE value IS 166 (65.23% from 255) = 32.49%

R = 27.4%
G = 40.12%
B = 32.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#8CCDA6 (or 0x8CCDA6) is known color: Vista Blue. HEX triplet: 8C, CD and A6. RGB value is (140,205,166). Sum of RGB (Red+Green+Blue) = 140+205+166=511 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.40% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 166 (65.23% from 255 or 32.49% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCDA6 is #733259. Grayscale: #B5B5B5. Windows color (decimal): -7549530 or 10931596. OLE color: 10931596.

HSL color Cylindrical-coordinate representation of color #8CCDA6: hue angle of 144º 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 #8CCDA6 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 140 205 166 -
CMYK 0.32 0 0.19 0.20
HSL 144º 0.39% 0.68% -
HSV(B) 144º 0.32% 0.8% -
XYZ 39.53 51.99 44.03 -
YUV 181.12 119.47 98.67 -
System Red Green Blue C M Y K H S L
Decimal 140 205 166 0.32 0 0.19 0.20 144 0.39 0.68
Hex 8C CD A6 20 0 13 14 90 27 44
Octal 214 315 246 40 0 23 24 220 47 104
Binary 10001100 11001101 10100110 100000 0 10011 10100 10010000 100111 1000100

Color Harmonies of #8CCDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCDA6

Black with #8CCDA6

Text Example


Text Example

White with #8CCDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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