#8CEFB4

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

Shades of Vista Blue #8CEFB4

Tints of Vista Blue #8CEFB4

Color information

#8CEFB4 (or 0x8CEFB4) is unknown color: approx Vista Blue. HEX triplet: 8C, EF and B4. RGB value is (140,239,180). Sum of RGB (Red+Green+Blue) = 140+239+180=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFB4 is #73104B. Grayscale: #CACACA. Windows color (decimal): -7540812 or 11857804. OLE color: 11857804.

HSL color Cylindrical-coordinate representation of color #8CEFB4: hue angle of 144.24º 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 #8CEFB4 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB140239180-
CMYK0.4100.250.06
HSL144.24º75.57%74.31%-
HSV(B)144.24º41.42%93.73%-
XYZ49.9270.654.18-
YUV202.67115.283.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.04%
GREEN value IS 239 (93.75% from 255) = 42.75%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=25.04%
G=42.75%
B=32.20%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402391800.4100.250.06144.2475.5774.31
Hex8CEFB4290196904c4a
Octal214357264510316220114112
Binary1000110011101111101101001010010110011101001000010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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