#8CEEBB

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

Shades of Vista Blue #8CEEBB

Tints of Vista Blue #8CEEBB

Color information

#8CEEBB (or 0x8CEEBB) is unknown color: approx Vista Blue. HEX triplet: 8C, EE and BB. RGB value is (140,238,187). Sum of RGB (Red+Green+Blue) = 140+238+187=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 238 (93.36% from 255 or 42.12% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 238 - color contains mainly: green. Hex color #8CEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CEEBB is #731144. Grayscale: #CACACA. Windows color (decimal): -7541061 or 12316300. OLE color: 12316300.

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

Color convert

RGB140238187-
CMYK0.4100.210.07
HSL148.78º74.24%74.12%-
HSV(B)148.78º41.18%93.33%-
XYZ50.3670.3157.93-
YUV202.88119.0383.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.78%
GREEN value IS 238 (93.36% from 255) = 42.12%
BLUE value IS 187 (73.44% from 255) = 33.10%
R=24.78%
G=42.12%
B=33.10%

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
Decimal1402381870.4100.210.07148.7874.2474.12
Hex8CEEBB290157954a4a
Octal214356273510257225112112
Binary1000110011101110101110111010010101011111001010110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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