#8CEEB7

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

Shades of Vista Blue #8CEEB7

Tints of Vista Blue #8CEEB7

Color information

#8CEEB7 (or 0x8CEEB7) is unknown color: approx Vista Blue. HEX triplet: 8C, EE and B7. RGB value is (140,238,183). Sum of RGB (Red+Green+Blue) = 140+238+183=561 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.96% from 561); Green value is 238 (93.36% from 255 or 42.42% from 561); Blue value is 183 (71.88% from 255 or 32.62% from 561); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEB7 is #731148. Grayscale: #CACACA. Windows color (decimal): -7541065 or 12054156. OLE color: 12054156.

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

Color convert

RGB140238183-
CMYK0.4100.230.07
HSL146.33º74.24%74.12%-
HSV(B)146.33º41.18%93.33%-
XYZ49.9470.1455.71-
YUV202.43117.0383.47-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.96%
GREEN value IS 238 (93.36% from 255) = 42.42%
BLUE value IS 183 (71.88% from 255) = 32.62%
R=24.96%
G=42.42%
B=32.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402381830.4100.230.07146.3374.2474.12
Hex8CEEB7290177924a4a
Octal214356267510277222112112
Binary1000110011101110101101111010010101111111001001010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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