#8CEFB6

Color #8CEFB6 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #8CEFB6

Tints of Vista Blue #8CEFB6

Color information

#8CEFB6 (or 0x8CEFB6) is unknown color: approx Vista Blue. HEX triplet: 8C, EF and B6. RGB value is (140,239,182). Sum of RGB (Red+Green+Blue) = 140+239+182=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFB6 is #731049. Grayscale: #CBCBCB. Windows color (decimal): -7540810 or 11988876. OLE color: 11988876.

HSL color Cylindrical-coordinate representation of color #8CEFB6: hue angle of 145.45º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEFB6 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB140239182-
CMYK0.4100.240.06
HSL145.45º75.57%74.31%-
HSV(B)145.45º41.42%93.73%-
XYZ50.1370.6955.26-
YUV202.9116.283.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.96%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 182 (71.48% from 255) = 32.44%
R=24.96%
G=42.60%
B=32.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402391820.4100.240.06145.4575.5774.31
Hex8CEFB6290186914c4a
Octal214357266510306221114112
Binary1000110011101111101101101010010110001101001000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,239,182); }

 H1.HeaderClassName
 {
   color: #8CEFB6;
 }
 .AnyTagClassName
 {
   color: #8CEFB6;
 }
</style>
background-color css

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

 a { background-color: rgb(140,239,182); }

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

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

 span { border-color: rgb(140,239,182); }

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