#8CDBB9

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

Shades of Vista Blue #8CDBB9

Tints of Vista Blue #8CDBB9

Color information

#8CDBB9 (or 0x8CDBB9) is unknown color: approx Vista Blue. HEX triplet: 8C, DB and B9. RGB value is (140,219,185). Sum of RGB (Red+Green+Blue) = 140+219+185=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 185 (72.66% from 255 or 34.01% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDBB9 is #732446. Grayscale: #BFBFBF. Windows color (decimal): -7545927 or 12180364. OLE color: 12180364.

HSL color Cylindrical-coordinate representation of color #8CDBB9: hue angle of 154.18º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDBB9 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB140219185-
CMYK0.3600.160.14
HSL154.18º52.32%70.39%-
HSV(B)154.18º36.07%85.88%-
XYZ44.959.7455.06-
YUV191.5124.3391.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.74%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 185 (72.66% from 255) = 34.01%
R=25.74%
G=40.26%
B=34.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402191850.3600.160.14154.1852.3270.39
Hex8CDBB924010E9a3446
Octal214333271440201623264106
Binary1000110011011011101110011001000100001110100110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,219,185); }

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

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

 a { background-color: rgb(140,219,185); }

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

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

 span { border-color: rgb(140,219,185); }

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