#8CEEBF

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

Shades of Vista Blue #8CEEBF

Tints of Vista Blue #8CEEBF

Color information

#8CEEBF (or 0x8CEEBF) is unknown color: approx Vista Blue. HEX triplet: 8C, EE and BF. RGB value is (140,238,191). Sum of RGB (Red+Green+Blue) = 140+238+191=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 238 (93.36% from 255 or 41.83% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEBF is #731140. Grayscale: #CBCBCB. Windows color (decimal): -7541057 or 12578444. OLE color: 12578444.

HSL color Cylindrical-coordinate representation of color #8CEEBF: hue angle of 151.22º degrees, saturation: 0.74, 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 #8CEEBF is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB140238191-
CMYK0.4100.200.07
HSL151.22º74.24%74.12%-
HSV(B)151.22º41.18%93.33%-
XYZ50.7970.4960.22-
YUV203.34121.0382.82-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.60%
GREEN value IS 238 (93.36% from 255) = 41.83%
BLUE value IS 191 (75% from 255) = 33.57%
R=24.60%
G=41.83%
B=33.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402381910.4100.200.07151.2274.2474.12
Hex8CEEBF290147974a4a
Octal214356277510247227112112
Binary1000110011101110101111111010010101001111001011110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,238,191); }

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

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

 a { background-color: rgb(140,238,191); }

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

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

 span { border-color: rgb(140,238,191); }

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