#8CEEB0

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

Shades of Vista Blue #8CEEB0

Tints of Vista Blue #8CEEB0

Color information

#8CEEB0 (or 0x8CEEB0) is unknown color: approx Vista Blue. HEX triplet: 8C, EE and B0. RGB value is (140,238,176). Sum of RGB (Red+Green+Blue) = 140+238+176=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CEEB0 is #73114F. Grayscale: #C9C9C9. Windows color (decimal): -7541072 or 11595404. OLE color: 11595404.

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

Color convert

RGB140238176-
CMYK0.4100.260.07
HSL142.04º74.24%74.12%-
HSV(B)142.04º41.18%93.33%-
XYZ49.2369.8651.96-
YUV201.63113.5384.04-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.27%
GREEN value IS 238 (93.36% from 255) = 42.96%
BLUE value IS 176 (69.14% from 255) = 31.77%
R=25.27%
G=42.96%
B=31.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402381760.4100.260.07142.0474.2474.12
Hex8CEEB02901A78e4a4a
Octal214356260510327216112112
Binary1000110011101110101100001010010110101111000111010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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