#8CDFBB

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

Shades of Vista Blue #8CDFBB

Tints of Vista Blue #8CDFBB

Color information

#8CDFBB (or 0x8CDFBB) is unknown color: approx Vista Blue. HEX triplet: 8C, DF and BB. RGB value is (140,223,187). Sum of RGB (Red+Green+Blue) = 140+223+187=550 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.45% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDFBB is #732044. Grayscale: #C2C2C2. Windows color (decimal): -7544901 or 12312460. OLE color: 12312460.

HSL color Cylindrical-coordinate representation of color #8CDFBB: hue angle of 153.98º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDFBB is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB140223187-
CMYK0.3700.160.13
HSL153.98º56.46%71.18%-
HSV(B)153.98º37.22%87.45%-
XYZ46.1761.9456.54-
YUV194.0812489.43-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.45%
GREEN value IS 223 (87.5% from 255) = 40.55%
BLUE value IS 187 (73.44% from 255) = 34%
R=25.45%
G=40.55%
B=34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402231870.3700.160.13153.9856.4671.18
Hex8CDFBB25010D9a3847
Octal214337273450201523270107
Binary1000110011011111101110111001010100001101100110101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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