Html Css Color HEX #8CE5BC Vista Blue

📋 copy color: '#8CE5BC'

red 140 ◦ green 229 ◦ blue 188

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

Shades of Vista Blue #8CE5BC

Tints of Vista Blue #8CE5BC

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.11%

 BLUE value IS 188 (73.83% from 255) = 33.75%

R = 25.13%
G = 41.11%
B = 33.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#8CE5BC (or 0x8CE5BC) is known color: Vista Blue. HEX triplet: 8C, E5 and BC. RGB value is (140,229,188). Sum of RGB (Red+Green+Blue) = 140+229+188=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 188 (73.83% from 255 or 33.75% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #8CE5BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CE5BC is #731A43. Grayscale: #C5C5C5. Windows color (decimal): -7543364 or 12379532. OLE color: 12379532.

HSL color Cylindrical-coordinate representation of color #8CE5BC: hue angle of 152.36º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE5BC is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 229 188 -
CMYK 0.39 0 0.18 0.10
HSL 152.36º 0.63% 0.72% -
HSV(B) 152.36º 0.39% 0.9% -
XYZ 47.91 65.24 57.65 -
YUV 197.72 122.51 86.83 -
System Red Green Blue C M Y K H S L
Decimal 140 229 188 0.39 0 0.18 0.10 152.36 0.63 0.72
Hex 8C E5 BC 27 0 12 A 98 3F 48
Octal 214 345 274 47 0 22 12 230 77 110
Binary 10001100 11100101 10111100 100111 0 10010 1010 10011000 111111 1001000

Color Harmonies of #8CE5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE5BC

Black with #8CE5BC

Text Example


Text Example

White with #8CE5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,229,188); }

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

background-color css

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

 a { background-color: rgb(140,229,188); }

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

border-color css

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

 span { border-color: rgb(140,229,188); }

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