Html Css Color HEX #8CCEAD Vista Blue

📋 copy color: '#8CCEAD'

red 140 ◦ green 206 ◦ blue 173

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

Shades of Vista Blue #8CCEAD

Tints of Vista Blue #8CCEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.69%

 BLUE value IS 173 (67.97% from 255) = 33.33%

R = 26.97%
G = 39.69%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#8CCEAD (or 0x8CCEAD) is known color: Vista Blue. HEX triplet: 8C, CE and AD. RGB value is (140,206,173). Sum of RGB (Red+Green+Blue) = 140+206+173=519 (68% of max value = 765). Red value is 140 (55.08% from 255 or 26.97% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #8CCEAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCEAD is #733152. Grayscale: #B6B6B6. Windows color (decimal): -7549267 or 11390604. OLE color: 11390604.

HSL color Cylindrical-coordinate representation of color #8CCEAD: hue angle of 150º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCEAD is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 140 206 173 -
CMYK 0.32 0 0.16 0.19
HSL 150º 0.4% 0.68% -
HSV(B) 150º 0.32% 0.81% -
XYZ 40.43 52.74 47.58 -
YUV 182.5 122.63 97.68 -
System Red Green Blue C M Y K H S L
Decimal 140 206 173 0.32 0 0.16 0.19 150 0.4 0.68
Hex 8C CE AD 20 0 10 13 96 28 44
Octal 214 316 255 40 0 20 23 226 50 104
Binary 10001100 11001110 10101101 100000 0 10000 10011 10010110 101000 1000100

Color Harmonies of #8CCEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CCEAD

Black with #8CCEAD

Text Example


Text Example

White with #8CCEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,206,173); }

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

background-color css

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

 a { background-color: rgb(140,206,173); }

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

border-color css

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

 span { border-color: rgb(140,206,173); }

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