#8FDBB4

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

Shades of Vista Blue #8FDBB4

Tints of Vista Blue #8FDBB4

Color information

#8FDBB4 (or 0x8FDBB4) is unknown color: approx Vista Blue. HEX triplet: 8F, DB and B4. RGB value is (143,219,180). Sum of RGB (Red+Green+Blue) = 143+219+180=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 180 (70.70% from 255 or 33.21% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDBB4 is #70244B. Grayscale: #BFBFBF. Windows color (decimal): -7349324 or 11852687. OLE color: 11852687.

HSL color Cylindrical-coordinate representation of color #8FDBB4: hue angle of 149.21º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBB4 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB143219180-
CMYK0.3500.180.14
HSL149.21º51.35%70.98%-
HSV(B)149.21º34.7%85.88%-
XYZ44.959.852.36-
YUV191.83121.3293.17-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 219 (85.94% from 255) = 40.41%
BLUE value IS 180 (70.70% from 255) = 33.21%
R=26.38%
G=40.41%
B=33.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432191800.3500.180.14149.2151.3570.98
Hex8FDBB423012E953347
Octal217333264430221622563107
Binary1000111111011011101101001000110100101110100101011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,219,180); }

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

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

 a { background-color: rgb(143,219,180); }

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

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

 span { border-color: rgb(143,219,180); }

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