#8CEFBB

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

Shades of Vista Blue #8CEFBB

Tints of Vista Blue #8CEFBB

Color information

#8CEFBB (or 0x8CEFBB) is unknown color: approx Vista Blue. HEX triplet: 8C, EF and BB. RGB value is (140,239,187). Sum of RGB (Red+Green+Blue) = 140+239+187=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 239 (93.75% from 255 or 42.23% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEFBB is #731044. Grayscale: #CBCBCB. Windows color (decimal): -7540805 or 12316556. OLE color: 12316556.

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

Color convert

RGB140239187-
CMYK0.4100.220.06
HSL148.48º75.57%74.31%-
HSV(B)148.48º41.42%93.73%-
XYZ50.6570.958.03-
YUV203.47118.782.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.73%
GREEN value IS 239 (93.75% from 255) = 42.23%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=24.73%
G=42.23%
B=33.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402391870.4100.220.06148.4875.5774.31
Hex8CEFBB290166944c4a
Octal214357273510266224114112
Binary1000110011101111101110111010010101101101001010010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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