#8CEDBB

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

Shades of Vista Blue #8CEDBB

Tints of Vista Blue #8CEDBB

Color information

#8CEDBB (or 0x8CEDBB) is unknown color: approx Vista Blue. HEX triplet: 8C, ED and BB. RGB value is (140,237,187). Sum of RGB (Red+Green+Blue) = 140+237+187=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #8CEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEDBB is #731244. Grayscale: #CACACA. Windows color (decimal): -7541317 or 12316044. OLE color: 12316044.

HSL color Cylindrical-coordinate representation of color #8CEDBB: hue angle of 149.07º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CEDBB is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB140237187-
CMYK0.4100.210.07
HSL149.07º72.93%73.92%-
HSV(B)149.07º40.93%92.94%-
XYZ50.0769.7357.83-
YUV202.3119.3683.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.82%
GREEN value IS 237 (92.97% from 255) = 42.02%
BLUE value IS 187 (73.44% from 255) = 33.16%
R=24.82%
G=42.02%
B=33.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402371870.4100.210.07149.0772.9373.92
Hex8CEDBB29015795494a
Octal214355273510257225111112
Binary1000110011101101101110111010010101011111001010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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