#8CEEBA

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

Shades of Vista Blue #8CEEBA

Tints of Vista Blue #8CEEBA

Color information

#8CEEBA (or 0x8CEEBA) is unknown color: approx Vista Blue. HEX triplet: 8C, EE and BA. RGB value is (140,238,186). Sum of RGB (Red+Green+Blue) = 140+238+186=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 238 (93.36% from 255 or 42.20% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEBA is #731145. Grayscale: #CACACA. Windows color (decimal): -7541062 or 12250764. OLE color: 12250764.

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

Color convert

RGB140238186-
CMYK0.4100.220.07
HSL148.16º74.24%74.12%-
HSV(B)148.16º41.18%93.33%-
XYZ50.2570.2757.37-
YUV202.77118.5383.23-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.82%
GREEN value IS 238 (93.36% from 255) = 42.20%
BLUE value IS 186 (73.05% from 255) = 32.98%
R=24.82%
G=42.20%
B=32.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402381860.4100.220.07148.1674.2474.12
Hex8CEEBA290167944a4a
Octal214356272510267224112112
Binary1000110011101110101110101010010101101111001010010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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